Class WebSocketRequest
- java.lang.Object
-
- org.apache.wicket.request.Request
-
- org.apache.wicket.request.http.WebRequest
-
- org.apache.wicket.protocol.http.servlet.ServletWebRequest
-
- org.apache.wicket.protocol.ws.api.WebSocketRequest
-
public class WebSocketRequest extends org.apache.wicket.protocol.http.servlet.ServletWebRequestAWebRequestimplementation used for the lifecycle of a web socket connection. It keeps a copy of the HttpServletRequest provided by the web container during the creation of the web socket connection (the http upgrade).- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description WebSocketRequest(javax.servlet.http.HttpServletRequest req, java.lang.String filterPrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAjax()-
Methods inherited from class org.apache.wicket.protocol.http.servlet.ServletWebRequest
cloneWithUrl, generatePostParameters, getCharset, getClientUrl, getContainerRequest, getContextPath, getCookies, getDateHeader, getFilterPath, getFilterPrefix, getHeader, getHeaders, getLocale, getPostParameters, getPrefixToContextPath, getUrl, newMultipartWebRequest, newMultipartWebRequest, shouldPreserveClientUrl
-
Methods inherited from class org.apache.wicket.request.http.WebRequest
getCookie, getIfModifiedSinceHeader
-
-