| Package | Description |
|---|---|
| org.eclipse.jetty.client | |
| org.eclipse.jetty.client.security | |
| org.eclipse.jetty.client.webdav |
| Modifier and Type | Field and Description |
|---|---|
protected HttpDestination |
AbstractHttpConnection._destination |
| Modifier and Type | Method and Description |
|---|---|
HttpDestination |
AbstractHttpConnection.getDestination() |
HttpDestination |
HttpClient.getDestination(Address remote,
boolean ssl) |
HttpDestination |
HttpClient.getDestination(Address remote,
boolean ssl,
SslContextFactory sslContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpExchange.expire(HttpDestination destination) |
void |
HttpClient.removeDestination(HttpDestination destination) |
protected void |
HttpExchange.scheduleTimeout(HttpDestination destination) |
void |
AbstractHttpConnection.setDestination(HttpDestination destination) |
| Constructor and Description |
|---|
RedirectListener(HttpDestination destination,
HttpExchange ex) |
| Modifier and Type | Method and Description |
|---|---|
Realm |
SimpleRealmResolver.getRealm(String realmName,
HttpDestination destination,
String path) |
Realm |
RealmResolver.getRealm(String realmName,
HttpDestination destination,
String path) |
Realm |
HashRealmResolver.getRealm(String realmName,
HttpDestination destination,
String path) |
| Constructor and Description |
|---|
SecurityListener(HttpDestination destination,
HttpExchange ex) |
| Constructor and Description |
|---|
WebdavListener(HttpDestination destination,
HttpExchange ex) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.