Class AbstractNetEndPoint
java.lang.Object
ch.nolix.base.net.baseendpoint.AbstractBaseEndPoint
ch.nolix.base.net.level1server.AbstractEndPoint
ch.nolix.base.net.level1server.AbstractNetEndPoint
- All Implemented Interfaces:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, 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, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPointMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseStateRequestable
isOpenMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseMethods inherited from interface IBaseEndPoint
getConnectionType, getPeerType, getSecurityMode, getTargetSlotDefinition, hasDefaultTargetSlot, isBackendEndPoint, isFrontendEndPoint, isLocalEndPoint, isSocketEndPoint, isWebSocketEndPoint
-
Method Details
-
sendMessage
Lets the currentAbstractNetEndPointsend the given message.- Parameters:
message-
-