Uses of Interface
org.glassfish.grizzly.streams.Input
-
Packages that use Input Package Description org.glassfish.grizzly.nio.transport org.glassfish.grizzly.streams -
-
Uses of Input in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement Input Modifier and Type Class Description static classDefaultStreamReader.Input -
Uses of Input in org.glassfish.grizzly.streams
Classes in org.glassfish.grizzly.streams that implement Input Modifier and Type Class Description classBufferedInputclassStreamInputclassTransformerInputFields in org.glassfish.grizzly.streams declared as Input Modifier and Type Field Description protected InputAbstractStreamReader. inputprotected InputTransformerInput. underlyingInputConstructors in org.glassfish.grizzly.streams with parameters of type Input Constructor Description AbstractStreamReader(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)
-