パッケージ 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

      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

      public EndpointSessionLockResult tryLock()
      定義:
      tryLock インタフェース内 EndpointSession
    • onComplete

      public void onComplete(jakarta.servlet.AsyncEvent event) throws IOException
      定義:
      onComplete インタフェース内 jakarta.servlet.AsyncListener
      例外:
      IOException
    • onTimeout

      public void onTimeout(jakarta.servlet.AsyncEvent event) throws IOException
      定義:
      onTimeout インタフェース内 jakarta.servlet.AsyncListener
      例外:
      IOException
    • onError

      public void onError(jakarta.servlet.AsyncEvent event) throws IOException
      定義:
      onError インタフェース内 jakarta.servlet.AsyncListener
      例外:
      IOException
    • onStartAsync

      public void onStartAsync(jakarta.servlet.AsyncEvent event) throws IOException
      定義:
      onStartAsync インタフェース内 jakarta.servlet.AsyncListener
      例外:
      IOException