Class SslHandler.PendingWrite

  • Enclosing class:
    SslHandler

    private static final class SslHandler.PendingWrite
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) ChannelFuture future  
      (package private) java.nio.ByteBuffer outAppBuf  
    • Constructor Summary

      Constructors 
      Constructor Description
      PendingWrite​(ChannelFuture future, java.nio.ByteBuffer outAppBuf)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • outAppBuf

        final java.nio.ByteBuffer outAppBuf
    • Constructor Detail

      • PendingWrite

        PendingWrite​(ChannelFuture future,
                     java.nio.ByteBuffer outAppBuf)