Klasse AbstractNetEndPoint

Alle implementierten Schnittstellen:
IBaseEndPoint, IEndPoint, Closeable, CloseStateRequestable, GroupCloseable, AutoCloseable
Bekannte direkte Unterklassen:
SocketEndPoint

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
Autor:
Silvan Wyss
  • Methodendetails

    • sendMessage

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