Class OptionalSslHandlerWithHostPort

java.lang.Object
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandlerAdapter
org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder
org.apache.hbase.thirdparty.io.netty.handler.ssl.OptionalSslHandler
org.apache.hadoop.hbase.ipc.OptionalSslHandlerWithHostPort
All Implemented Interfaces:
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler, org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandler

class OptionalSslHandlerWithHostPort extends org.apache.hbase.thirdparty.io.netty.handler.ssl.OptionalSslHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder

    org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder.Cumulator

    Nested classes/interfaces inherited from interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler

    org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler.Sharable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final String
     
    private final int
     

    Fields inherited from class org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder

    COMPOSITE_CUMULATOR, MERGE_CUMULATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    OptionalSslHandlerWithHostPort(org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContext sslContext, String host, int port)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.hbase.thirdparty.io.netty.handler.ssl.SslHandler
    newSslHandler(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext context, org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContext sslContext)
     

    Methods inherited from class org.apache.hbase.thirdparty.io.netty.handler.ssl.OptionalSslHandler

    decode, newNonSslHandler, newNonSslHandlerName, newSslHandlerName

    Methods inherited from class org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder

    actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered

    Methods inherited from class org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandlerAdapter

    channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught

    Methods inherited from class org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, handlerAdded, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler

    handlerAdded
  • Field Details

  • Constructor Details

  • Method Details

    • newSslHandler

      protected org.apache.hbase.thirdparty.io.netty.handler.ssl.SslHandler newSslHandler(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext context, org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContext sslContext)
      Overrides:
      newSslHandler in class org.apache.hbase.thirdparty.io.netty.handler.ssl.OptionalSslHandler