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 Jdkconnectorinternal classes.org.glassfish.jersey.jetty.connector Jersey clientconnectorbased 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 classByteBufferInputStreamAnInputStreambacked by a queue ofbyte buffersto 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) classAsynchronousBodyInputStreamTODO Some of the operations added for async.(package private) classBodyInputStreamTODO 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 ClientResponseJettyConnector. translateResponse(ClientRequest jerseyRequest, org.eclipse.jetty.client.api.Response jettyResponse, NonBlockingInputStream entityStream)
-