Uses of Interface
org.glassfish.grizzly.web.container.util.buf.ByteChunk.ByteOutputChannel

Packages that use ByteChunk.ByteOutputChannel
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.arp   
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.container.util.buf   
 

Uses of ByteChunk.ByteOutputChannel in org.glassfish.grizzly.web
 

Classes in org.glassfish.grizzly.web that implement ByteChunk.ByteOutputChannel
 class SocketChannelOutputBuffer
          Output buffer.
 

Uses of ByteChunk.ByteOutputChannel in org.glassfish.grizzly.web.arp
 

Classes in org.glassfish.grizzly.web.arp that implement ByteChunk.ByteOutputChannel
 class AsynchronousOutputBuffer
          Thread-Safe SocketChannelOutputBuffer used when Comet is used.
 

Uses of ByteChunk.ByteOutputChannel in org.glassfish.grizzly.web.container.http11
 

Classes in org.glassfish.grizzly.web.container.http11 that implement ByteChunk.ByteOutputChannel
 class GrizzlyOutputBuffer
          The buffer used by Tomcat response.
 class InternalOutputBuffer
          Output buffer.
 

Uses of ByteChunk.ByteOutputChannel in org.glassfish.grizzly.web.container.util.buf
 

Methods in org.glassfish.grizzly.web.container.util.buf with parameters of type ByteChunk.ByteOutputChannel
 void ByteChunk.setByteOutputChannel(ByteChunk.ByteOutputChannel out)
          When the buffer is full, write the data to the output channel.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.