Uses of Interface
org.glassfish.grizzly.streams.Output
-
Packages that use Output Package Description org.glassfish.grizzly.nio.transport org.glassfish.grizzly.streams -
-
Uses of Output in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement Output Modifier and Type Class Description static classDefaultStreamWriter.Output -
Uses of Output in org.glassfish.grizzly.streams
Classes in org.glassfish.grizzly.streams that implement Output Modifier and Type Class Description classBufferedOutputclassStreamOutputclassTransformerOutputFields in org.glassfish.grizzly.streams declared as Output Modifier and Type Field Description protected OutputAbstractStreamWriter. outputprotected OutputTransformerOutput. underlyingOutputConstructors in org.glassfish.grizzly.streams with parameters of type Output Constructor Description AbstractStreamWriter(Connection connection, Output streamOutput)Create a new ByteBufferWriter.TransformerOutput(Transformer<Buffer,Buffer> transformer, Output underlyingOutput, Connection connection)TransformerOutput(Transformer<Buffer,Buffer> transformer, Output underlyingOutput, MemoryManager memoryManager, AttributeStorage attributeStorage)
-