Uses of Interface
org.glassfish.grizzly.http.util.ByteChunk.ByteOutputChannel
-
Packages that use ByteChunk.ByteOutputChannel Package Description org.glassfish.grizzly.http.util -
-
Uses of ByteChunk.ByteOutputChannel in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util with parameters of type ByteChunk.ByteOutputChannel Modifier and Type Method Description voidByteChunk. setByteOutputChannel(ByteChunk.ByteOutputChannel out)When the buffer is full, write the data to the output channel.
-