Class AbstractEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.base.net.level1server.AbstractEndPoint
- All Implemented Interfaces:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
- Direct Known Subclasses:
AbstractNetEndPoint, LocalEndPoint
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal booleanfinal booleanfinal voidsetReceiver(Consumer<String> receiver) Methods 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, isClosed, noteCloseMethods inherited from interface IBaseEndPoint
getConnectionType, getPeerType, getSecurityMode, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from interface IEndPoint
sendMessage
-
Constructor Details
-
AbstractEndPoint
public AbstractEndPoint()
-
-
Method Details
-
getCustomTargetSlot
- Specified by:
getCustomTargetSlotin interfaceIBaseEndPoint
-
hasCustomTargetSlot
public final boolean hasCustomTargetSlot()- Specified by:
hasCustomTargetSlotin interfaceIBaseEndPoint
-
hasReceiver
public final boolean hasReceiver()- Specified by:
hasReceiverin interfaceIEndPoint
-
setReceiver
- Specified by:
setReceiverin interfaceIEndPoint
-