SSLOutputBufferpublic class SSLOutputBuffer extends com.sun.enterprise.web.connector.grizzly.SocketChannelOutputBuffer Buffer the bytes until the ByteChunk is full or the request
is completed, and then delegate the SSL encryption to class
SSLOutputBuffer |
Constructors Summary |
---|
public SSLOutputBuffer(org.apache.coyote.Response response, int headerBufferSize, boolean useSocketBuffer)Alternate constructor.
super(response,headerBufferSize,useSocketBuffer);
|
Methods Summary |
---|
public void | flushChannel(java.nio.ByteBuffer bb)Flush the buffer by looping until the ByteBuffer is empty
using SSLOutputBuffer
SSLOutputWriter.flushChannel(socketChannel, bb);
|
|