Class SslServerEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.base.net.level1server.AbstractEndPoint
ch.nolix.base.net.level1server.AbstractNetEndPoint
ch.nolix.base.net.level1server.SslServerEndPoint
- All Implemented Interfaces:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidLets the currentGroupCloseablenote a close.static SslServerEndPointwithChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext) Methods inherited from class AbstractNetEndPoint
sendMessageMethods inherited from class AbstractEndPoint
getCustomTargetSlot, hasCustomTargetSlot, hasReceiver, setReceiverMethods inherited from class AbstractBaseEndPoint
getStoredCloseController, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseStateRequestable
isOpenMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosedMethods inherited from interface IBaseEndPoint
getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPoint
-
Method Details
-
withChannelHandlerContext
public static SslServerEndPoint withChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext) - Parameters:
channelHandlerContext-- Returns:
- a new
SslServerEndPointwith the given channelHandlerContext. - Throws:
RuntimeException- if the given channelHandlerContext is null.
-
getConnectionType
-
getPeerType
-
getSecurityMode
-
noteClose
public void noteClose()Lets the currentGroupCloseablenote a close.
-