Interface IBaseEndPoint

All Superinterfaces:
AutoCloseable, Closeable, CloseStateRequestable, GroupCloseable
All Known Subinterfaces:
IEndPoint, IEndPoint, IEndPoint
All Known Implementing Classes:
AbstractBaseEndPoint, AbstractEndPoint, AbstractEndPoint, AbstractEndPoint, AbstractNetEndPoint, LocalEndPoint, LocalEndPoint, LocalEndPoint, NetEndPoint, NetEndPoint, SocketEndPoint, SslServerEndPoint

public interface IBaseEndPoint extends GroupCloseable
Author:
Silvan Wyss
  • Method Details

    • getConnectionType

      ConnectionType getConnectionType()
    • getCustomTargetSlot

      String getCustomTargetSlot()
    • getPeerType

      PeerType getPeerType()
    • getSecurityMode

      SecurityMode getSecurityMode()
    • getTargetSlotDefinition

      TargetSlotDefinition getTargetSlotDefinition()
    • hasCustomTargetSlot

      boolean hasCustomTargetSlot()
    • hasDefaultTargetSlot

      boolean hasDefaultTargetSlot()
    • isBackendEndPoint

      boolean isBackendEndPoint()
    • isFrontendEndPoint

      boolean isFrontendEndPoint()
    • isLocalEndPoint

      boolean isLocalEndPoint()
    • isSocketEndPoint

      boolean isSocketEndPoint()
    • isWebSocketEndPoint

      boolean isWebSocketEndPoint()