Package | Description |
---|---|
org.glassfish.jersey.jdk.connector.internal |
Jersey Jdk
connector internal classes. |
Class and Description |
---|
AsynchronousBodyInputStream
TODO Some of the operations added for async.
|
AsynchronousBodyInputStream.Mode |
AsynchronousBodyInputStream.StateChangeLister
Internal listener, so that the connection pool knows when the body has been read,
so it can reuse/close the connection.
|
BodyInputStream
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
An extension of
NonBlockingInputStream that adds methods that enable using the stream asynchronously. |
BodyOutputStream
TODO consider exposing the mode as part of the API, so the user can make decisions based on the mode
An extension of
OutputStream that adds method that allow to use the stream asynchronously. |
BufferedBodyOutputStream.Mode |
ChunkedBodyOutputStream.Listener
Set a close listener which will be called when the user closes the stream.
|
ChunkedBodyOutputStream.Mode |
CompletionHandler
A callback to notify about asynchronous I/O operations status updates.
|
ConnectorConfiguration
A container for connector configuration to make it easier to move around.
|
ConnectorConfiguration.ProxyConfiguration |
DestinationConnectionPool |
DestinationConnectionPool.ConnectionCloseListener |
DestinationConnectionPool.ConnectionStateListener |
DestinationConnectionPool.DestinationKey |
DestinationConnectionPool.RequestRecord |
Filter
A filter can add functionality to JDK client transport.
|
HttpConnection |
HttpConnection.State |
HttpConnection.StateChangeListener |
HttpConnectionPool |
HttpParser |
HttpParserUtils.ContentParsingState |
HttpParserUtils.HeaderParsingState |
HttpRequest |
HttpRequest.BodyMode |
HttpResponse |
InterceptingOutputStream.FirstCallListener |
ParseException |
ProxyAuthenticationException |
ProxyDigestAuthenticator
Generates a value of
Authorization header of HTTP request for Digest Http Authentication scheme (RFC 2617). |
ProxyDigestAuthenticator.Algorithm |
ProxyDigestAuthenticator.DigestScheme
Digest scheme POJO
|
ProxyDigestAuthenticator.QOP |
ProxyFilter.State |
ReadListener
This class represents a call-back mechanism that will notify implementations
as HTTP request data becomes available to be read without blocking.
|
SslFilter.State |
SslFilter.WriteQueue |
ThreadPoolConfig
Client thread pool configuration, which might be used to customize client thread pool.
|
TransferEncodingParser |
WriteListener
Callback notification mechanism that signals to the developer it's possible
to write content without blocking.
|