Interface BaseEndPoint

All Superinterfaces:
AutoCloseable, Closeable, ConnectionTypeHolder, GroupCloseable, OpennessRequestable, SecurityModeHolder
All Known Subinterfaces:
EndPoint, EndPoint, EndPoint
All Known Implementing Classes:
AbstractBaseEndPoint, AbstractEndPoint, AbstractEndPoint, AbstractEndPoint, AbstractNetEndPoint, LocalEndPoint, LocalEndPoint, LocalEndPoint, NetEndPoint, NetEndPoint, SocketEndPoint, SslServerEndPoint

public interface BaseEndPoint extends ConnectionTypeHolder, GroupCloseable, SecurityModeHolder
Author:
Silvan Wyss
  • Method Details

    • getCustomTargetSlot

      String getCustomTargetSlot()
    • getPeerType

      PeerType getPeerType()
    • getTargetSlotDefinitionType

      TargetSlotDefinitionType getTargetSlotDefinitionType()
    • hasCustomTargetSlot

      boolean hasCustomTargetSlot()
    • hasDefaultTargetSlot

      boolean hasDefaultTargetSlot()
    • isBackendEndPoint

      boolean isBackendEndPoint()
    • isFrontendEndPoint

      boolean isFrontendEndPoint()
    • isLocalEndPoint

      boolean isLocalEndPoint()
    • isSocketEndPoint

      boolean isSocketEndPoint()
    • isWebSocketEndPoint

      boolean isWebSocketEndPoint()