com.sun.grizzly.ssl
Class SSLOutputBuffer.AsyncWriteCallbackHandlerImpl

java.lang.Object
  extended by com.sun.grizzly.http.SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl
      extended by com.sun.grizzly.ssl.SSLOutputBuffer.AsyncWriteCallbackHandlerImpl
All Implemented Interfaces:
AsyncWriteCallbackHandler
Enclosing class:
SSLOutputBuffer

protected static class SSLOutputBuffer.AsyncWriteCallbackHandlerImpl
extends SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl

AsyncWriteCallbackHandler implementation, which is responsible for returning cloned ByteBuffers to the pool


Constructor Summary
protected SSLOutputBuffer.AsyncWriteCallbackHandlerImpl()
           
 
Method Summary
protected  boolean releaseAsyncWriteUnit(AsyncQueueWriteUnit unit)
           
 
Methods inherited from class com.sun.grizzly.http.SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl
onException, onWriteCompleted, returnBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLOutputBuffer.AsyncWriteCallbackHandlerImpl

protected SSLOutputBuffer.AsyncWriteCallbackHandlerImpl()
Method Detail

releaseAsyncWriteUnit

protected boolean releaseAsyncWriteUnit(AsyncQueueWriteUnit unit)
Overrides:
releaseAsyncWriteUnit in class SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl


Copyright © 2012 Oracle Corporation. All Rights Reserved.