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 classAnInputStreambacked 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.internalModifier and TypeClassDescription(package private) classTODO Some of the operations added for async.(package private) classTODO 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 ClientResponseJettyConnector.translateResponse(ClientRequest jerseyRequest, org.eclipse.jetty.client.api.Response jettyResponse, NonBlockingInputStream entityStream)