|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpExchange | |
---|---|
org.mortbay.cometd.client | |
org.mortbay.jetty.client | |
org.mortbay.jetty.client.security | |
org.mortbay.jetty.client.webdav |
Uses of HttpExchange in org.mortbay.cometd.client |
---|
Subclasses of HttpExchange in org.mortbay.cometd.client | |
---|---|
protected class |
BayeuxClient.Connect
The Bayeux Connect exchange. |
protected class |
BayeuxClient.Exchange
The base class for all bayeux exchanges. |
protected class |
BayeuxClient.Handshake
The Bayeux handshake exchange. |
protected class |
BayeuxClient.Publish
Publish message exchange. |
Methods in org.mortbay.cometd.client with parameters of type HttpExchange | |
---|---|
protected void |
BayeuxClient.customize(HttpExchange exchange)
Customize an Exchange. |
protected void |
BayeuxClient.send(HttpExchange exchange)
Send the exchange. |
Uses of HttpExchange in org.mortbay.jetty.client |
---|
Subclasses of HttpExchange in org.mortbay.jetty.client | |
---|---|
class |
CachedExchange
An exchange that caches response status and fields for later use. |
class |
ContentExchange
A CachedExchange that retains response content for later use. |
static class |
HttpExchange.CachedExchange
Deprecated. use CachedExchange |
static class |
HttpExchange.ContentExchange
Deprecated. use ContentExchange |
Methods in org.mortbay.jetty.client with parameters of type HttpExchange | |
---|---|
protected void |
HttpDestination.doSend(HttpExchange ex)
|
void |
HttpDestination.resend(HttpExchange ex)
|
void |
HttpDestination.send(HttpExchange ex)
|
void |
HttpClient.send(HttpExchange exchange)
|
boolean |
HttpConnection.send(HttpExchange ex)
|
Uses of HttpExchange in org.mortbay.jetty.client.security |
---|
Methods in org.mortbay.jetty.client.security with parameters of type HttpExchange | |
---|---|
protected java.lang.String |
DigestAuthorization.newCnonce(HttpExchange exchange,
Realm securityRealm,
java.util.Map details)
|
protected java.lang.String |
DigestAuthorization.newResponse(java.lang.String cnonce,
HttpExchange exchange,
Realm securityRealm,
java.util.Map details)
|
void |
ProxyAuthorization.setCredentials(HttpExchange exchange)
BASIC proxy authentication is of the form encoded credentials are of the form: username:password |
void |
DigestAuthorization.setCredentials(HttpExchange exchange)
|
void |
Authorization.setCredentials(HttpExchange exchange)
|
void |
BasicAuthorization.setCredentials(HttpExchange exchange)
BASIC authentication is of the form encoded credentials are of the form: username:password |
Constructors in org.mortbay.jetty.client.security with parameters of type HttpExchange | |
---|---|
SecurityListener(HttpDestination destination,
HttpExchange ex)
|
Uses of HttpExchange in org.mortbay.jetty.client.webdav |
---|
Subclasses of HttpExchange in org.mortbay.jetty.client.webdav | |
---|---|
class |
MkcolExchange
|
class |
PropfindExchange
|
class |
WebdavSupportedExchange
|
Constructors in org.mortbay.jetty.client.webdav with parameters of type HttpExchange | |
---|---|
WebdavListener(HttpDestination destination,
HttpExchange ex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |