Package | Description |
---|---|
org.glassfish.jersey.internal.util.collection |
Common set of Jersey collection classes.
|
org.glassfish.jersey.jdk.connector.internal |
Jersey Jdk
connector internal classes. |
org.glassfish.jersey.jetty.connector |
Jersey client
connector based on the
Jetty Client. |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferInputStream
An
InputStream backed by a queue of byte buffers
to be read. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AsynchronousBodyInputStream
TODO Some of the operations added for async.
|
(package private) class |
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. |
Modifier and Type | Method and Description |
---|---|
private static ClientResponse |
JettyConnector.translateResponse(ClientRequest jerseyRequest,
org.eclipse.jetty.client.api.Response jettyResponse,
NonBlockingInputStream entityStream) |