Class JavaxWebSocketFilter

java.lang.Object
org.apache.wicket.protocol.http.WicketFilter
org.apache.wicket.protocol.ws.AbstractUpgradeFilter
org.apache.wicket.protocol.ws.javax.JavaxWebSocketFilter
All Implemented Interfaces:
jakarta.servlet.Filter

An upgrade filter that setups javax.websocket
  • Field Summary

    Fields inherited from class org.apache.wicket.protocol.http.WicketFilter

    APP_FACT_PARAM, FILTER_MAPPING_PARAM, IGNORE_PATHS_PARAM
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    JavaxWebSocketFilter(org.apache.wicket.protocol.http.WebApplication application)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(boolean isServlet, jakarta.servlet.FilterConfig filterConfig)
     

    Methods inherited from class org.apache.wicket.protocol.ws.AbstractUpgradeFilter

    acceptWebSocket, getTokensFromHeader, processRequestCycle, selectSubProtocol, verifyOrigin

    Methods inherited from class org.apache.wicket.protocol.http.WicketFilter

    checkIfRedirectRequired, destroy, doFilter, getApplication, getApplicationFactory, getClassLoader, getFilterConfig, getFilterPath, getFilterPath, getFilterPathFromAnnotation, getFilterPathFromConfig, getFilterPathFromWebXml, getRelativePath, init, setFilterPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • init

      public void init(boolean isServlet, jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException
      Overrides:
      init in class org.apache.wicket.protocol.http.WicketFilter
      Throws:
      jakarta.servlet.ServletException