Package ch.nolix.core.net.endpoint3
Klasse AbstractEndPoint
java.lang.Object
ch.nolix.core.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.core.net.endpoint3.AbstractEndPoint
- Alle implementierten Schnittstellen:
IBaseEndPoint
,IController
,IDataProvider
,IDataProviderController
,IEndPoint
,Closeable
,CloseStateRequestable
,GroupCloseable
,AutoCloseable
- Bekannte direkte Unterklassen:
LocalEndPoint
,NetEndPoint
- Version:
- 2016-01-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
final boolean
final void
Lets the currentGroupCloseable
note a close.final void
runCommands
(IChainedNode command, IChainedNode... commands) final void
setReceivingDataProviderController
(IDataProviderController receiverController) 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.endpoint3api.IController
runCommand, runCommands
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.endpoint3api.IDataProvider
getDataForRequest, getDataForRequests, getDataForRequests
-
Methodendetails
-
hasReceivingDataProviderController
public final boolean hasReceivingDataProviderController()- Angegeben von:
hasReceivingDataProviderController
in SchnittstelleIEndPoint
-
runCommands
- Angegeben von:
runCommands
in SchnittstelleIController
-
noteClose
public final void noteClose()Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-
setReceivingDataProviderController
- Angegeben von:
setReceivingDataProviderController
in SchnittstelleIEndPoint
-
assertIsOpen
protected void assertIsOpen()- Löst aus:
ClosedArgumentException
- if the currentAbstractEndPoint
is closed.
-