Uses of Class
org.glassfish.jersey.internal.util.collection.NonBlockingInputStream
Packages that use NonBlockingInputStream
Package
Description
Common set of Jersey collection classes.
Jersey Jdk
connector
internal classes.Jersey client
connector
based on the
Jetty Client.-
Uses of NonBlockingInputStream in org.glassfish.jersey.internal.util.collection
Subclasses of NonBlockingInputStream in org.glassfish.jersey.internal.util.collectionModifier and TypeClassDescriptionfinal class
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.internalModifier and TypeClassDescription(package private) class
TODO Some of the operations added for async.(package private) class
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 NonBlockingInputStreamModifier and TypeMethodDescriptionprivate static ClientResponse
JettyConnector.translateResponse
(ClientRequest jerseyRequest, org.eclipse.jetty.client.api.Response jettyResponse, NonBlockingInputStream entityStream)