Package ch.nolix.core.net.endpoint
Klasse AbstractEndPoint
java.lang.Object
ch.nolix.core.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.core.net.endpoint.AbstractEndPoint
- Alle implementierten Schnittstellen:
IBaseEndPoint
,IEndPoint
,Closeable
,CloseStateRequestable
,GroupCloseable
,AutoCloseable
- Bekannte direkte Unterklassen:
AbstractNetEndPoint
,LocalEndPoint
- Version:
- 2017-05-06
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final void
final String
final boolean
final boolean
protected final void
setCustomTargetSlot
(String customTargetSlot) Sets the custom target slot of the currentAbstractEndPoint
.final void
setReceiver
(Consumer<String> receiver) 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, noteClose
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.baseendpointapi.IBaseEndPoint
getConnectionType, getPeerType, getSecurityMode, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPoint
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.endpointapi.IEndPoint
sendMessage
-
Konstruktordetails
-
AbstractEndPoint
public AbstractEndPoint()
-
-
Methodendetails
-
getCustomTargetSlot
- Angegeben von:
getCustomTargetSlot
in SchnittstelleIBaseEndPoint
-
hasCustomTargetSlot
public final boolean hasCustomTargetSlot()- Angegeben von:
hasCustomTargetSlot
in SchnittstelleIBaseEndPoint
-
hasReceiver
public final boolean hasReceiver()- Angegeben von:
hasReceiver
in SchnittstelleIEndPoint
-
setReceiver
- Angegeben von:
setReceiver
in SchnittstelleIEndPoint
-
assertIsOpen
protected final void assertIsOpen()- Löst aus:
ClosedArgumentException
- if the currentAbstractEndPoint
is closed.
-
getStoredReceiver
- Gibt zurück:
- the receiver of the current
AbstractEndPoint
. - Löst aus:
ArgumentDoesNotHaveAttributeException
- if the currentAbstractEndPoint
does not have a receiver.
-
setCustomTargetSlot
Sets the custom target slot of the currentAbstractEndPoint
.- Parameter:
customTargetSlot
-- Löst aus:
ArgumentIsNullException
- if the given customTargetSlot is null.InvalidArgumentException
- if the given customTargetSlot is blank.ClosedArgumentException
- if the currentAbstractEndPoint
is closed.
-