Klasse NetEndPoint

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

public abstract class NetEndPoint extends EndPoint
A NetEndPoint can send messages to an other NetEndPoint that is on: -the same process on the local computer -another process on the local computer -another process on another computer
Version:
2016-01-01
Autor:
Silvan Wyss
  • Methodendetails

    • sendMessage

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

      protected final boolean hasTargetInfo()
      Gibt zurück:
      true if the current NetEndPoint has a target info.
    • sendRawMessage

      protected final void sendRawMessage(char rawMessage)
      Lets the current NetEndPoint send the given rawMessage.
      Parameter:
      rawMessage -
    • sendRawMessage

      protected abstract void sendRawMessage(String rawMessage)
      Lets the current NetEndPoint send the given rawMessage.
      Parameter:
      rawMessage -
    • sendTargetMessage

      protected final void sendTargetMessage()
      Sends the target message of the current NetEndPoint to the counterpart of the current NetEndPoint.