Uses of Interface
org.glassfish.grizzly.streams.Input
Packages that use Input
-
Uses of Input in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement Input -
Uses of Input in org.glassfish.grizzly.streams
Classes in org.glassfish.grizzly.streams that implement InputModifier and TypeClassDescriptionclassclassfinal classFields in org.glassfish.grizzly.streams declared as InputModifier and TypeFieldDescriptionprotected final InputAbstractStreamReader.inputprotected final InputTransformerInput.underlyingInputConstructors in org.glassfish.grizzly.streams with parameters of type InputModifierConstructorDescriptionprotectedAbstractStreamReader(Connection connection, Input streamInput) Create a new ByteBufferReader.TransformerInput(Transformer<Buffer, Buffer> transformer, Input underlyingInput, Connection connection) TransformerInput(Transformer<Buffer, Buffer> transformer, Input underlyingInput, MemoryManager memoryManager, AttributeStorage attributeStorage)