Uses of Class
org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
-
Packages that use NonBlockingInputStream Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes.org.glassfish.jersey.jdk.connector.internal Jersey Jdkconnector
internal classes.org.glassfish.jersey.jetty.connector Jersey clientconnector
based on the Jetty Client. -
-
Uses of NonBlockingInputStream in org.glassfish.jersey.internal.util.collection
Subclasses of NonBlockingInputStream in org.glassfish.jersey.internal.util.collection Modifier and Type Class Description class
ByteBufferInputStream
AnInputStream
backed by a queue ofbyte buffers
to be read. -
Uses of NonBlockingInputStream in org.glassfish.jersey.jdk.connector.internal
Subclasses of NonBlockingInputStream in org.glassfish.jersey.jdk.connector.internal Modifier and Type Class 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 -
Uses of NonBlockingInputStream in org.glassfish.jersey.jetty.connector
Methods in org.glassfish.jersey.jetty.connector with parameters of type NonBlockingInputStream Modifier and Type Method Description private static ClientResponse
JettyConnector. translateResponse(ClientRequest jerseyRequest, org.eclipse.jetty.client.api.Response jettyResponse, NonBlockingInputStream entityStream)
-