Schnittstelle IBaseEndPoint

Alle Superschnittstellen:
AutoCloseable, Closeable, CloseStateRequestable, GroupCloseable
Alle bekannten Unterschnittstellen:
IEndPoint, IEndPoint, IEndPoint
Alle bekannten Implementierungsklassen:
BaseEndPoint, EndPoint, EndPoint, EndPoint, LocalEndPoint, LocalEndPoint, LocalEndPoint, NetEndPoint, NetEndPoint, NetEndPoint, SocketEndPoint

public interface IBaseEndPoint extends GroupCloseable
  • Methodendetails

    • getConnectionType

      ConnectionType getConnectionType()
    • getCustomTargetSlot

      String getCustomTargetSlot()
    • getPeerType

      PeerType getPeerType()
    • getSecurityLevel

      SecurityMode getSecurityLevel()
    • getTargetSlotDefinition

      TargetSlotDefinition getTargetSlotDefinition()
    • hasCustomTargetSlot

      boolean hasCustomTargetSlot()
    • hasDefaultTargetSlot

      boolean hasDefaultTargetSlot()
    • isBackendEndPoint

      boolean isBackendEndPoint()
    • isFrontendEndPoint

      boolean isFrontendEndPoint()
    • isLocalEndPoint

      boolean isLocalEndPoint()
    • isSocketEndPoint

      boolean isSocketEndPoint()
    • isWebSocketEndPoint

      boolean isWebSocketEndPoint()