|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpExchange | |
|---|---|
| org.eclipse.jetty.client | |
| org.eclipse.jetty.client.security | |
| org.eclipse.jetty.client.webdav | |
| Uses of HttpExchange in org.eclipse.jetty.client |
|---|
| Subclasses of HttpExchange in org.eclipse.jetty.client | |
|---|---|
class |
CachedExchange
An exchange that retains response status and response headers for later use. |
class |
ContentExchange
A exchange that retains response content for later use. |
static class |
HttpExchange.CachedExchange
Deprecated. use CachedExchange instead |
static class |
HttpExchange.ContentExchange
Deprecated. use ContentExchange instead |
| Methods in org.eclipse.jetty.client with parameters of type HttpExchange | |
|---|---|
protected void |
HttpDestination.doSend(HttpExchange ex)
|
protected void |
HttpDestination.exchangeExpired(HttpExchange exchange)
|
protected void |
HttpConnection.exchangeExpired(HttpExchange exchange)
|
void |
HttpDestination.resend(HttpExchange ex)
|
protected void |
HttpDestination.send(HttpConnection connection,
HttpExchange exchange)
|
void |
HttpDestination.send(HttpExchange ex)
|
boolean |
HttpConnection.send(HttpExchange ex)
|
void |
HttpClient.send(HttpExchange exchange)
|
| Constructors in org.eclipse.jetty.client with parameters of type HttpExchange | |
|---|---|
RedirectListener(HttpDestination destination,
HttpExchange ex)
|
|
| Uses of HttpExchange in org.eclipse.jetty.client.security |
|---|
| Methods in org.eclipse.jetty.client.security with parameters of type HttpExchange | |
|---|---|
protected String |
DigestAuthentication.newCnonce(HttpExchange exchange,
Realm securityRealm,
Map details)
|
protected String |
DigestAuthentication.newResponse(String cnonce,
HttpExchange exchange,
Realm securityRealm,
Map details)
|
void |
ProxyAuthorization.setCredentials(HttpExchange exchange)
BASIC proxy authentication is of the form encoded credentials are of the form: username:password |
void |
DigestAuthentication.setCredentials(HttpExchange exchange)
|
void |
BasicAuthentication.setCredentials(HttpExchange exchange)
BASIC authentication is of the form encoded credentials are of the form: username:password |
void |
Authentication.setCredentials(HttpExchange exchange)
|
| Constructors in org.eclipse.jetty.client.security with parameters of type HttpExchange | |
|---|---|
SecurityListener(HttpDestination destination,
HttpExchange ex)
|
|
| Uses of HttpExchange in org.eclipse.jetty.client.webdav |
|---|
| Subclasses of HttpExchange in org.eclipse.jetty.client.webdav | |
|---|---|
class |
MkcolExchange
|
class |
PropfindExchange
|
class |
WebdavSupportedExchange
|
| Constructors in org.eclipse.jetty.client.webdav with parameters of type HttpExchange | |
|---|---|
WebdavListener(HttpDestination destination,
HttpExchange ex)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||