Class AbstractEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.base.net.level2server.AbstractEndPoint
- All Implemented Interfaces:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
- Direct Known Subclasses:
LocalEndPoint, NetEndPoint
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal voidLets the currentGroupCloseablenote a close.voidsetReplier(UnaryOperator<String> replier) 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, isClosedMethods inherited from interface IBaseEndPoint
getConnectionType, getCustomTargetSlot, getPeerType, getSecurityMode, getTargetSlotDefinition, hasCustomTargetSlot, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from interface IEndPoint
getReplyForRequest
-
Constructor Details
-
AbstractEndPoint
public AbstractEndPoint()
-
-
Method Details
-
hasReplier
public boolean hasReplier()- Specified by:
hasReplierin interfaceIEndPoint
-
noteClose
public final void noteClose()Lets the currentGroupCloseablenote a close.- Specified by:
noteClosein interfaceGroupCloseable
-
setReplier
- Specified by:
setReplierin interfaceIEndPoint
-