Class AbstractBaseEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
- All Implemented Interfaces:
BaseEndPoint, ConnectionTypeHolder, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable
- Direct Known Subclasses:
AbstractEndPoint, AbstractEndPoint, AbstractEndPoint
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ICloseControllerfinal TargetSlotDefinitionTypefinal booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseEndPoint
getCustomTargetSlot, getPeerType, hasCustomTargetSlotMethods inherited from interface ConnectionTypeHolder
getConnectionTypeMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, isClosed, noteCloseMethods inherited from interface OpennessRequestable
isOpenMethods inherited from interface SecurityModeHolder
getSecurityMode
-
Constructor Details
-
AbstractBaseEndPoint
public AbstractBaseEndPoint()
-
-
Method Details
-
getStoredCloseController
- Specified by:
getStoredCloseControllerin interfaceGroupCloseable- Returns:
- the
ICloseControllerof the currentGroupCloseable.
-
getTargetSlotDefinitionType
- Specified by:
getTargetSlotDefinitionTypein interfaceBaseEndPoint
-
hasDefaultTargetSlot
public final boolean hasDefaultTargetSlot()- Specified by:
hasDefaultTargetSlotin interfaceBaseEndPoint
-
isBackendEndPoint
public final boolean isBackendEndPoint()- Specified by:
isBackendEndPointin interfaceBaseEndPoint
-
isFrontendEndPoint
public final boolean isFrontendEndPoint()- Specified by:
isFrontendEndPointin interfaceBaseEndPoint
-
isLocalEndPoint
public final boolean isLocalEndPoint()- Specified by:
isLocalEndPointin interfaceBaseEndPoint
-
isSocketEndPoint
public final boolean isSocketEndPoint()- Specified by:
isSocketEndPointin interfaceBaseEndPoint
-
isWebSocketEndPoint
public final boolean isWebSocketEndPoint()- Specified by:
isWebSocketEndPointin interfaceBaseEndPoint
-