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 voidfinal booleanfinal voidLets the currentGroupCloseablenote a close.final voidrunCommands(IChainedNode command, IChainedNode... commands) final voidsetReceivingDataProviderController(IDataProviderController receiverController) Von Klasse geerbte Methoden ch.nolix.core.net.baseendpoint.AbstractBaseEndPoint
getStoredCloseController, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosedVon Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.baseendpointapi.IBaseEndPoint
getConnectionType, getCustomTargetSlot, getPeerType, getSecurityMode, getTargetSlotDefinition, hasCustomTargetSlot, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointVon Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.endpoint3api.IController
runCommand, runCommandsVon Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.endpoint3api.IDataProvider
getDataForRequest, getDataForRequests, getDataForRequests
-
Methodendetails
-
hasReceivingDataProviderController
public final boolean hasReceivingDataProviderController()- Angegeben von:
hasReceivingDataProviderControllerin SchnittstelleIEndPoint
-
runCommands
- Angegeben von:
runCommandsin SchnittstelleIController
-
noteClose
public final void noteClose()Lets the currentGroupCloseablenote a close.- Angegeben von:
noteClosein SchnittstelleGroupCloseable
-
setReceivingDataProviderController
- Angegeben von:
setReceivingDataProviderControllerin SchnittstelleIEndPoint
-
assertIsOpen
protected void assertIsOpen()- Löst aus:
ClosedArgumentException- if the currentAbstractEndPointis closed.
-