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

    • sendMessage

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

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

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

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

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