パッケージ org.wcardinal.io

クラス Endpoint

java.lang.Object
org.wcardinal.io.Endpoint
すべての実装されたインタフェース:
ControllerIo, MessageSender

public class Endpoint extends Object implements MessageSender, ControllerIo
Central class of endpoints.
  • コンストラクタの詳細

  • メソッドの詳細

    • set

      public boolean set(EndpointSession session)
    • unset

      public boolean unset(EndpointSession session)
    • close

      public void close()
    • onMessage

      public void onMessage(String scMessage)
    • onMessage

      public void onMessage(Reader scMessage)
    • send

      public void send(RequestMessage message)
      定義:
      send インタフェース内 MessageSender
    • flush

      public void flush()
    • touch

      public boolean touch()
      Returns true if successfully the last access time is updated.
      定義:
      touch インタフェース内 ControllerIo
      戻り値:
      true if succeeded
    • getIdleTime

      public long getIdleTime()
      インタフェースからコピーされた説明: ControllerIo
      Returns the idle time.
      定義:
      getIdleTime インタフェース内 ControllerIo
      戻り値:
      the idle time
    • getLastAccessedTime

      public long getLastAccessedTime()
      インタフェースからコピーされた説明: ControllerIo
      Returns the last accessed time.
      定義:
      getLastAccessedTime インタフェース内 ControllerIo
      戻り値:
      the last accessed time
    • getMaximumIdleTime

      public long getMaximumIdleTime()
      インタフェースからコピーされた説明: ControllerIo
      Returns the maximum idle time.
      定義:
      getMaximumIdleTime インタフェース内 ControllerIo
      戻り値:
      the maximum idle time
    • hasConnection

      public boolean hasConnection()
      インタフェースからコピーされた説明: ControllerIo
      Returns true if a network connection seems to be available. An availability of a network connection is not guaranteed even when this method returns true.
      定義:
      hasConnection インタフェース内 ControllerIo
      戻り値:
      true if a network connection seems to be available
    • hadConnection

      public boolean hadConnection()
      インタフェースからコピーされた説明: ControllerIo
      Returns true once a network connection has established regardless of whether a network connection is now available or not.
      定義:
      hadConnection インタフェース内 ControllerIo
      戻り値:
      true once a network connection has established regardless of whether a network connection is now available or not
    • getSessionId

      public String getSessionId()
      インタフェースからコピーされた説明: ControllerIo
      Returns the session ID.
      定義:
      getSessionId インタフェース内 ControllerIo
      戻り値:
      the session ID
    • getSubSessionId

      public String getSubSessionId()
      インタフェースからコピーされた説明: ControllerIo
      Returns the sub session ID.
      定義:
      getSubSessionId インタフェース内 ControllerIo
      戻り値:
      the sub session ID