パッケージ org.wcardinal.io.polling
クラス PollingEndpointSession
java.lang.Object
org.wcardinal.io.polling.PollingEndpointSession
- すべての実装されたインタフェース:
jakarta.servlet.AsyncListener
,EventListener
,EndpointSession
public class PollingEndpointSession
extends Object
implements EndpointSession, jakarta.servlet.AsyncListener
-
コンストラクタの概要
コンストラクタコンストラクタ説明PollingEndpointSession
(jakarta.servlet.http.HttpServletRequest request, WCardinalConfiguration configuration) -
メソッドの概要
修飾子とタイプメソッド説明void
close()
void
onComplete
(jakarta.servlet.AsyncEvent event) void
onError
(jakarta.servlet.AsyncEvent event) void
onStartAsync
(jakarta.servlet.AsyncEvent event) void
onTimeout
(jakarta.servlet.AsyncEvent event) jakarta.servlet.AsyncContext
toAsyncContext
(jakarta.servlet.http.HttpServletRequest request, long timeout) tryLock()
-
コンストラクタの詳細
-
PollingEndpointSession
public PollingEndpointSession(jakarta.servlet.http.HttpServletRequest request, WCardinalConfiguration configuration)
-
-
メソッドの詳細
-
toAsyncContext
public jakarta.servlet.AsyncContext toAsyncContext(jakarta.servlet.http.HttpServletRequest request, long timeout) -
close
public void close()- 定義:
close
インタフェース内EndpointSession
-
tryLock
- 定義:
tryLock
インタフェース内EndpointSession
-
onComplete
- 定義:
onComplete
インタフェース内jakarta.servlet.AsyncListener
- 例外:
IOException
-
onTimeout
- 定義:
onTimeout
インタフェース内jakarta.servlet.AsyncListener
- 例外:
IOException
-
onError
- 定義:
onError
インタフェース内jakarta.servlet.AsyncListener
- 例外:
IOException
-
onStartAsync
- 定義:
onStartAsync
インタフェース内jakarta.servlet.AsyncListener
- 例外:
IOException
-