Class SslServerEndPoint

All Implemented Interfaces:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable

public final class SslServerEndPoint extends AbstractNetEndPoint
Author:
Silvan Wyss
  • Method Details

    • withChannelHandlerContext

      public static SslServerEndPoint withChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext)
      Parameters:
      channelHandlerContext -
      Returns:
      a new SslServerEndPoint with the given channelHandlerContext.
      Throws:
      RuntimeException - if the given channelHandlerContext is null.
    • getConnectionType

      public ConnectionType getConnectionType()
    • getPeerType

      public PeerType getPeerType()
    • getSecurityMode

      public SecurityMode getSecurityMode()
    • noteClose

      public void noteClose()
      Lets the current GroupCloseable note a close.