Uses of Interface
org.glassfish.jersey.jdk.connector.internal.ReadListener
Packages that use ReadListener
-
Uses of ReadListener in org.glassfish.jersey.jdk.connector.internal
Fields in org.glassfish.jersey.jdk.connector.internal declared as ReadListenerMethods in org.glassfish.jersey.jdk.connector.internal with parameters of type ReadListenerModifier and TypeMethodDescriptionvoidAsynchronousBodyInputStream.setReadListener(ReadListener readListener) abstract voidBodyInputStream.setReadListener(ReadListener readListener) Instructs the stream to invoke the providedReadListenerwhen it is possible to read.