Uses of Class
org.apache.coyote.http11.InternalOutputBuffer

Packages that use InternalOutputBuffer
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.ssl   
org.apache.coyote.http11   
 

Uses of InternalOutputBuffer in com.sun.enterprise.web.connector.grizzly
 

Subclasses of InternalOutputBuffer in com.sun.enterprise.web.connector.grizzly
 class SocketChannelOutputBuffer
          Output buffer.
 

Fields in com.sun.enterprise.web.connector.grizzly declared as InternalOutputBuffer
protected  InternalOutputBuffer DefaultProcessorTask.outputBuffer
          Output.
 

Uses of InternalOutputBuffer in com.sun.enterprise.web.connector.grizzly.async
 

Subclasses of InternalOutputBuffer in com.sun.enterprise.web.connector.grizzly.async
 class AsynchronousOutputBuffer
          Thread-Safe SocketChannelOutputBuffer used when Comet is used.
 

Uses of InternalOutputBuffer in com.sun.enterprise.web.connector.grizzly.ssl
 

Subclasses of InternalOutputBuffer in com.sun.enterprise.web.connector.grizzly.ssl
 class SSLAsyncOutputBuffer
          Buffer the bytes until the ByteChunk is full or the request is completed, and then delegate the SSL encryption to class SSLOutputBuffer
 class SSLOutputBuffer
          Buffer the bytes until the ByteChunk is full or the request is completed, and then delegate the SSL encryption to class SSLOutputBuffer
 

Uses of InternalOutputBuffer in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as InternalOutputBuffer
protected  InternalOutputBuffer Http11Processor.outputBuffer
          Output.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.