クラス HsmsGsCommunicatorConfig

java.lang.Object
すべての実装されたインタフェース:
java.io.Serializable

public class HsmsGsCommunicatorConfig
extends AbstractHsmsCommunicatorConfig
This class is config of HSMS-GS-Communicator.
関連項目:
直列化された形式
  • コンストラクタの詳細

    • HsmsGsCommunicatorConfig

      public HsmsGsCommunicatorConfig()
      Constructor.
  • メソッドの詳細

    • addSessionId

      public boolean addSessionId​(int sessionId)
      Returns true if add success, otherwise false.
      パラメータ:
      sessionId - Session-ID
      戻り値:
      true if add success, otherwise false
    • removeSessionId

      public boolean removeSessionId​(int sessionId)
      Returns true if remove success, otherwise false.
      パラメータ:
      sessionId - Session-ID
      戻り値:
      true if remove success, otherwise false
    • sessionIds

      public SetProperty<java.lang.Integer> sessionIds()
      Returns Session-ID set.
      戻り値:
      Session-ID set
    • socketAddress

      public void socketAddress​(java.net.SocketAddress socketAddress)
      Connect or bind SocketAddress setter
      パラメータ:
      socketAddress - PASSIVE/ACTIVE SocketAddress
    • socketAddress

      public ObjectProperty<java.net.SocketAddress> socketAddress()
      Connect or bind SocketAddress getter
      戻り値:
      socketAddress PASSIVE/ACTIVE SocketAddress
    • notTrySelectRequest

      public void notTrySelectRequest()
      Set Not Try SELECT.REQ.
    • isTrySelectRequest

      public BooleanProperty isTrySelectRequest()
      ReadOnlyBooleanProperty of is-try-SELECT.REQ getter.
      戻り値:
      ReadOnlyProperty of is-try-SELECT.REQ
    • retrySelectRequestTimeout

      public void retrySelectRequestTimeout​(float seconds)
      SELECT.REQ retry-timeout setter.
      パラメータ:
      seconds - Timeout seconds
    • retrySelectRequestTimeout

      public TimeoutProperty retrySelectRequestTimeout()
      ReadOnlyTimeProperty of SELECT.REQ Timeout getter.
      戻り値:
      ReadOnlyTimeProperty