Package ch.nolix.core.net.endpoint2
Klasse AbstractEndPoint
java.lang.Object
ch.nolix.core.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.core.net.endpoint2.AbstractEndPoint
- Alle implementierten Schnittstellen:
IBaseEndPoint
,IEndPoint
,Closeable
,CloseStateRequestable
,GroupCloseable
,AutoCloseable
- Bekannte direkte Unterklassen:
LocalEndPoint
,NetEndPoint
- Version:
- 2017-05-21
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final void
boolean
final void
Lets the currentGroupCloseable
note a close.void
setReplier
(UnaryOperator<String> replier) Von Klasse geerbte Methoden ch.nolix.core.net.baseendpoint.AbstractBaseEndPoint
getStoredCloseController, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPoint
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.baseendpointapi.IBaseEndPoint
getConnectionType, getCustomTargetSlot, getPeerType, getSecurityMode, getTargetSlotDefinition, hasCustomTargetSlot, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPoint
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.endpoint2api.IEndPoint
getReplyForRequest
-
Konstruktordetails
-
AbstractEndPoint
public AbstractEndPoint()
-
-
Methodendetails
-
hasReplier
public boolean hasReplier()- Angegeben von:
hasReplier
in SchnittstelleIEndPoint
-
noteClose
public final void noteClose()Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-
setReplier
- Angegeben von:
setReplier
in SchnittstelleIEndPoint
-
assertIsOpen
protected final void assertIsOpen()- Löst aus:
ClosedArgumentException
- if the currentAbstractEndPoint
is closed.
-
getStoredReplier
- Gibt zurück:
- the replier of this end point.
- Löst aus:
ArgumentDoesNotHaveAttributeException
- if this end point does not have a replier.
-