Interface | Description |
---|---|
Authentication |
Authentication represents a mechanism to authenticate requests for protected resources. |
Authentication.Result |
Result holds the information needed to authenticate a Request via Authentication.Result.apply(Request) . |
AuthenticationStore |
A store for
Authentication s and Authentication.Result s. |
Connection |
Connection represent a connection to a Destination and allow applications to send
requests via Connection.send(Request, Response.CompleteListener) . |
ContentProvider |
ContentProvider provides a source of request content. |
ContentProvider.Typed |
An extension of
ContentProvider that provides a content type string
to be used as a Content-Type HTTP header in requests. |
ContentResponse |
A specialized
Response that can hold a limited content in memory. |
Destination |
Destination represents the triple made of the Destination.getScheme() , the Destination.getHost()
and the Destination.getPort() . |
Request |
Request represents a HTTP request, and offers a fluent interface to customize
various attributes such as the path, the headers, the content, etc. |
Request.BeginListener |
Listener for the request begin event.
|
Request.CommitListener |
Listener for the request committed event.
|
Request.ContentListener |
Listener for the request content event.
|
Request.FailureListener |
Listener for the request failed event.
|
Request.HeadersListener |
Listener for the request headers event.
|
Request.Listener |
Listener for all request events.
|
Request.QueuedListener |
Listener for the request queued event.
|
Request.RequestListener |
Common, empty, super-interface for request listeners.
|
Request.SuccessListener |
Listener for the request succeeded event.
|
Response |
Response represents a HTTP response and offers methods to retrieve status code, HTTP version
and headers. |
Response.AsyncContentListener | |
Response.BeginListener |
Listener for the response begin event.
|
Response.CompleteListener |
Listener for the request and response completed event.
|
Response.ContentListener |
Listener for the response content events.
|
Response.FailureListener |
Listener for the response failure event.
|
Response.HeaderListener |
Listener for a response header event.
|
Response.HeadersListener |
Listener for the response headers event.
|
Response.Listener |
Listener for all response events.
|
Response.ResponseListener |
Common, empty, super-interface for response listeners
|
Response.SuccessListener |
Listener for the response succeeded event.
|
Class | Description |
---|---|
Authentication.HeaderInfo |
Structure holding information about the
WWW-Authenticate (or Proxy-Authenticate ) header. |
Request.Listener.Adapter |
An empty implementation of
Request.Listener |
Response.Listener.Adapter |
An empty implementation of
Response.Listener |
Result |
Copyright © 1995-2015 Webtide. All Rights Reserved.