|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ByteChunk.ByteOutputChannel in com.sun.enterprise.web.connector.grizzly |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly that implement ByteChunk.ByteOutputChannel | |
|---|---|
class |
SocketChannelOutputBuffer
Output buffer. |
| Uses of ByteChunk.ByteOutputChannel in com.sun.enterprise.web.connector.grizzly.async |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly.async that implement ByteChunk.ByteOutputChannel | |
|---|---|
class |
AsynchronousOutputBuffer
Thread-Safe SocketChannelOutputBuffer used when Comet is used. |
| Uses of ByteChunk.ByteOutputChannel in com.sun.enterprise.web.connector.grizzly.ssl |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement ByteChunk.ByteOutputChannel | |
|---|---|
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 ByteChunk.ByteOutputChannel in org.apache.coyote.http11 |
|---|
| Classes in org.apache.coyote.http11 that implement ByteChunk.ByteOutputChannel | |
|---|---|
class |
InternalOutputBuffer
Output buffer. |
| Uses of ByteChunk.ByteOutputChannel in org.apache.tomcat.util.buf |
|---|
| Methods in org.apache.tomcat.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||