Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.eclipse.jetty.client Classes and Interfaces - 103 results found.
NameDescriptionTypePackageFramework
AbstractHttpClientTransportClassorg.eclipse.jetty.clientJetty
AbstractTypedContentProviderClassorg.eclipse.jetty.client.utilJetty
AsyncContentProviderA ContentProvider that notifies listeners that content is available.Interfaceorg.eclipse.jetty.clientJetty
AsyncContentProvider .ListenerA listener that is notified of content availabilityCallback method invoked when content is availableInterfaceorg.eclipse.jetty.client.AsyncContentProviderJetty
AuthenticationAuthentication represents a mechanism to authenticate requests for protected resources.Interfaceorg.eclipse.jetty.client.apiJetty
Authentication .HeaderInfoStructure holding information about the WWW-Authenticate (or Proxy-Authenticate) header.Classorg.eclipse.jetty.client.api.AuthenticationJetty
Authentication .ResultResult holds the information needed to authenticate a Request via apply(org.Interfaceorg.eclipse.jetty.client.api.AuthenticationJetty
AuthenticationProtocolHandlerClassorg.eclipse.jetty.clientJetty
AuthenticationStoreA store for Authentications and Authentication.Interfaceorg.eclipse.jetty.client.apiJetty
BasicAuthentication Applications should create objects of this class and add them to the AuthenticationStore retrieved from the HttpClientClassorg.eclipse.jetty.client.utilJetty
BufferingResponseListener specified to the constructors.Classorg.eclipse.jetty.client.utilJetty
ByteBufferContentProviderA ContentProvider for ByteBuffers.Classorg.eclipse.jetty.client.utilJetty
BytesContentProviderA ContentProvider for byte arrays.Classorg.eclipse.jetty.client.utilJetty
ConnectionConnection represent a connection to a Destination and allow applications to send requests via send(Request, Response.Interfaceorg.eclipse.jetty.client.apiJetty
ConnectionPoolClassorg.eclipse.jetty.clientJetty
ContentDecoderContentDecoder decodes content bytes of a response.Interfaceorg.eclipse.jetty.clientJetty
ContentDecoder .FactoryFactory for ContentDecoders; subclasses must implement newContentDecoder().Classorg.eclipse.jetty.client.ContentDecoderJetty
ContentProviderContentProvider provides a source of request content.Interfaceorg.eclipse.jetty.client.apiJetty
ContentProvider .TypedAn extension of ContentProvider that provides a content type string to be used as a Content-Type HTTP header in requests.Interfaceorg.eclipse.jetty.client.api.ContentProviderJetty
ContentResponseA specialized Response that can hold a limited content in memory.Interfaceorg.eclipse.jetty.client.apiJetty
ContinueProtocolHandlerA protocol handler that handles the 100 response code.Classorg.eclipse.jetty.clientJetty
DeferredContentProviderA ContentProvider that allows to add content after Request.Classorg.eclipse.jetty.client.utilJetty
DeferredContentProvider .ChunkClassorg.eclipse.jetty.client.util.DeferredContentProviderJetty
DestinationDestination represents the triple made of the getScheme(), the getHost() Destination holds a pool of Connections, but allows to create unpooledInterfaceorg.eclipse.jetty.client.apiJetty
DigestAuthentication Applications should create objects of this class and add them to the AuthenticationStore retrieved from the HttpClientClassorg.eclipse.jetty.client.utilJetty
DuplexConnectionPoolClassorg.eclipse.jetty.clientJetty
FormContentProviderA ContentProvider for form uploads with the "application/x-www-form-urlencoded" content type.Classorg.eclipse.jetty.client.utilJetty
FutureResponseListenerA BufferingResponseListener that is also a Future, to allow applications to block (indefinitely or for a timeout) until onComplete(Result) is called,Classorg.eclipse.jetty.client.utilJetty
GZIPContentDecoderContentDecoder for the "gzip" encoding.Classorg.eclipse.jetty.clientJetty
GZIPContentDecoder .FactorySpecialized ContentDecoder.Classorg.eclipse.jetty.client.GZIPContentDecoderJetty
HttpAuthenticationStoreClassorg.eclipse.jetty.clientJetty
HttpChannelClassorg.eclipse.jetty.clientJetty
HttpChannelOverHTTPClassorg.eclipse.jetty.client.httpJetty
HttpClientHttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.Classorg.eclipse.jetty.clientJetty
HttpClientTransportHttpClientTransport represents what transport implementations should provide in order to plug-in a different transport for HttpClient.Interfaceorg.eclipse.jetty.clientJetty
HttpClientTransportOverHTTPClassorg.eclipse.jetty.client.httpJetty
HttpConnectionClassorg.eclipse.jetty.clientJetty
HttpConnectionOverHTTPClassorg.eclipse.jetty.client.httpJetty
HttpContentHttpContent is a stateful, linear representation of the request content provided by a ContentProvider that can be traversed one-way to obtain content buffers toClassorg.eclipse.jetty.clientJetty
HttpContentResponseClassorg.eclipse.jetty.clientJetty
HttpConversationClassorg.eclipse.jetty.clientJetty
HttpDestinationClassorg.eclipse.jetty.clientJetty
HttpDestinationOverHTTPClassorg.eclipse.jetty.client.httpJetty
HttpExchangeClassorg.eclipse.jetty.clientJetty
HttpProxyClassorg.eclipse.jetty.clientJetty
HttpProxy .HttpProxyClientConnectionFactoryClassorg.eclipse.jetty.client.HttpProxyJetty
HttpReceiverHttpReceiver provides the abstract code to implement the various steps of the receive of HTTP responses.Classorg.eclipse.jetty.clientJetty
HttpReceiverOverHTTPClassorg.eclipse.jetty.client.httpJetty
HttpRedirectorUtility class that handles HTTP redirects.Classorg.eclipse.jetty.clientJetty
HttpRequestClassorg.eclipse.jetty.clientJetty
HttpRequestExceptionClassorg.eclipse.jetty.clientJetty
HttpResponseClassorg.eclipse.jetty.clientJetty
HttpResponseExceptionClassorg.eclipse.jetty.clientJetty
HttpSenderHttpSender abstracts the algorithm to send HTTP requests, so that subclasses only implement the transport-specific code to send requests over the wire, implementingClassorg.eclipse.jetty.clientJetty
HttpSenderOverHTTPClassorg.eclipse.jetty.client.httpJetty
InputStreamContentProviderA ContentProvider for an InputStream.Classorg.eclipse.jetty.client.utilJetty
InputStreamResponseListener that allows applications to read the response content.Classorg.eclipse.jetty.client.utilJetty
LeakTrackingConnectionPoolClassorg.eclipse.jetty.clientJetty
MultiPartContentProviderA ContentProvider for form uploads with the "multipart/form-data" MultiPartContentProvider multiPart = new MultiPartContentProvider();Classorg.eclipse.jetty.client.utilJetty
MultiplexHttpDestinationClassorg.eclipse.jetty.clientJetty
OriginClassorg.eclipse.jetty.clientJetty
Origin .AddressClassorg.eclipse.jetty.client.OriginJetty
OutputStreamContentProviderA ContentProvider that provides content asynchronously through an OutputStream similar to DeferredContentProvider.Classorg.eclipse.jetty.client.utilJetty
PathContentProviderA ContentProvider for files using JDK 7's java.Classorg.eclipse.jetty.client.utilJetty
PoolingHttpDestinationClassorg.eclipse.jetty.clientJetty
ProtocolHandlerA protocol handler performs HTTP protocol operations on behalf of the application, typically like a browser would.Interfaceorg.eclipse.jetty.clientJetty
ProtocolHandlersA container for ProtocolHandlers accessible from HttpClient.Classorg.eclipse.jetty.clientJetty
ProxyAuthenticationProtocolHandlerA protocol handler that handles the 401 response code in association with the Proxy-Authenticate header.Classorg.eclipse.jetty.clientJetty
ProxyConfigurationThe configuration of the forward proxy to use with HttpClient.Classorg.eclipse.jetty.clientJetty
ProxyConfiguration .ProxyClassorg.eclipse.jetty.client.ProxyConfigurationJetty
RedirectProtocolHandlerA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.Classorg.eclipse.jetty.clientJetty
RequestRequest represents a HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.Interfaceorg.eclipse.jetty.client.apiJetty
Request .BeginListenerListener for the request begin event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .CommitListenerListener for the request committed event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .ContentListenerListener for the request content event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .FailureListenerListener for the request failed event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .HeadersListenerListener for the request headers event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .ListenerListener for all request events.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .Listener .AdapterAn empty implementation of Request.Classorg.eclipse.jetty.client.api.Request.ListenerJetty
Request .QueuedListenerListener for the request queued event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
Request .SuccessListenerListener for the request succeeded event.Interfaceorg.eclipse.jetty.client.api.RequestJetty
RequestNotifierClassorg.eclipse.jetty.clientJetty
ResponseResponse represents a HTTP response and offers methods to retrieve status code, HTTP version Response objects are passed as parameters to Response.Interfaceorg.eclipse.jetty.client.apiJetty
Response .AsyncContentListenerInterfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .BeginListenerListener for the response begin event.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .CompleteListenerListener for the request and response completed event.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .ContentListenerListener for the response content events.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .FailureListenerListener for the response failure event.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .HeaderListenerListener for a response header event.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .HeadersListenerListener for the response headers event.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .ListenerListener for all response events.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
Response .Listener .AdapterAn empty implementation of Response.Classorg.eclipse.jetty.client.api.Response.ListenerJetty
Response .SuccessListenerListener for the response succeeded event.Interfaceorg.eclipse.jetty.client.api.ResponseJetty
ResponseNotifierClassorg.eclipse.jetty.clientJetty
ResultThe result of a request / response exchange, containing the Request, the Response and eventual failures of either.Classorg.eclipse.jetty.client.apiJetty
SendFailureClassorg.eclipse.jetty.clientJetty
Socks4ProxyClassorg.eclipse.jetty.clientJetty
Socks4Proxy .Socks4ProxyClientConnectionFactoryClassorg.eclipse.jetty.client.Socks4ProxyJetty
StringContentProviderA ContentProvider for strings.Classorg.eclipse.jetty.client.utilJetty
Synchronizable via getLock() so that callers can synchronize externally on that lock:Interfaceorg.eclipse.jetty.clientJetty
TimeoutCompleteListenerClassorg.eclipse.jetty.clientJetty
ValidatingConnectionPoolA connection pool that validates connections before making them available for use.Classorg.eclipse.jetty.clientJetty
WWWAuthenticationProtocolHandlerA protocol handler that handles the 401 response code in association with the WWW-Authenticate header.Classorg.eclipse.jetty.clientJetty