パッケージ org.wcardinal.io
クラス Endpoint
java.lang.Object
org.wcardinal.io.Endpoint
- すべての実装されたインタフェース:
ControllerIo
,MessageSender
Central class of endpoints.
-
コンストラクタの概要
コンストラクタコンストラクタ説明Endpoint
(String sessionId, String subSessionId, Scheduler scheduler, MessageReceiver handler, IdleChecker checker, WCardinalConfiguration configuration) -
メソッドの概要
修飾子とタイプメソッド説明void
close()
void
flush()
long
Returns the idle time.long
Returns the last accessed time.long
Returns the maximum idle time.Returns the session ID.Returns the sub session ID.boolean
Returns true once a network connection has established regardless of whether a network connection is now available or not.boolean
Returns true if a network connection seems to be available.void
void
void
send
(RequestMessage message) boolean
set
(EndpointSession session) boolean
touch()
Returns true if successfully the last access time is updated.boolean
unset
(EndpointSession session)
-
コンストラクタの詳細
-
Endpoint
public Endpoint(String sessionId, String subSessionId, Scheduler scheduler, MessageReceiver handler, IdleChecker checker, WCardinalConfiguration configuration)
-
-
メソッドの詳細
-
set
-
unset
-
close
public void close() -
onMessage
-
onMessage
-
send
- 定義:
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
インタフェースからコピーされた説明:ControllerIo
Returns the session ID.- 定義:
getSessionId
インタフェース内ControllerIo
- 戻り値:
- the session ID
-
getSubSessionId
インタフェースからコピーされた説明:ControllerIo
Returns the sub session ID.- 定義:
getSubSessionId
インタフェース内ControllerIo
- 戻り値:
- the sub session ID
-