Class AuthHandler.ClientSideHandler.AuthHandshakeCompleteCallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) io.netty.channel.ChannelHandlerContext ctx  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void operationComplete​(int rc, java.lang.Void v)  
      • Methods inherited from class java.lang.Object

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

      • ctx

        io.netty.channel.ChannelHandlerContext ctx
    • Constructor Detail

      • AuthHandshakeCompleteCallback

        AuthHandshakeCompleteCallback​(io.netty.channel.ChannelHandlerContext ctx)