Class AbstractEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.base.net.senderandreceiverserver.AbstractEndPoint
- All Implemented Interfaces:
BaseEndPoint, ConnectionTypeHolder, SecurityModeHolder, EndPoint, Closeable, GroupCloseable, OpennessRequestable, 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, getTargetSlotDefinitionType, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseEndPoint
getPeerType, getTargetSlotDefinitionType, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from interface ConnectionTypeHolder
getConnectionTypeMethods inherited from interface EndPoint
sendMessageMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseMethods inherited from interface OpennessRequestable
isOpenMethods inherited from interface SecurityModeHolder
getSecurityMode
-
Constructor Details
-
AbstractEndPoint
public AbstractEndPoint()
-
-
Method Details
-
getCustomTargetSlot
- Specified by:
getCustomTargetSlotin interfaceBaseEndPoint
-
hasCustomTargetSlot
public final boolean hasCustomTargetSlot()- Specified by:
hasCustomTargetSlotin interfaceBaseEndPoint
-
hasReceiver
public final boolean hasReceiver()- Specified by:
hasReceiverin interfaceEndPoint
-
setReceiver
- Specified by:
setReceiverin interfaceEndPoint
-