Class AbstractNetEndPoint

All Implemented Interfaces:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
Direct Known Subclasses:
SocketEndPoint, SslServerEndPoint

public abstract class AbstractNetEndPoint extends AbstractEndPoint
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 Details

    • sendMessage

      public final void sendMessage(String message)
      Lets the current AbstractNetEndPoint send the given message.
      Parameters:
      message -