Class AbstractNetEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.base.net.senderandreceiverserver.AbstractEndPoint
ch.nolix.base.net.senderandreceiverserver.AbstractNetEndPoint
- All Implemented Interfaces:
BaseEndPoint, ConnectionTypeHolder, SecurityModeHolder, EndPoint, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable
- Direct Known Subclasses:
SocketEndPoint, SslServerEndPoint
A
AbstractNetEndPoint can send messages to an other
AbstractNetEndPoint that is on: -the same process on the local
computer -another process on the local computer -another process on another
computer- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionfinal voidsendMessage(String message) Lets the currentAbstractNetEndPointsend the given message.Methods inherited from class AbstractEndPoint
getCustomTargetSlot, hasCustomTargetSlot, hasReceiver, setReceiverMethods inherited from class AbstractBaseEndPoint
getStoredCloseController, getTargetSlotDefinitionType, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseEndPoint
getPeerType, getTargetSlotDefinitionType, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from interface ConnectionTypeHolder
getConnectionTypeMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseMethods inherited from interface OpennessRequestable
isOpenMethods inherited from interface SecurityModeHolder
getSecurityMode
-
Method Details
-
sendMessage
Lets the currentAbstractNetEndPointsend the given message.- Parameters:
message-
-