Class AbstractBayeuxContext
java.lang.Object
org.cometd.server.websocket.common.AbstractBayeuxContext
- All Implemented Interfaces:
BayeuxContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextAttribute
(String name) getHeaderValues
(String name) getParameter
(String name) getParameterValues
(String name) getRequestAttribute
(String name) getSessionAttribute
(String name) getURL()
boolean
isSecure()
boolean
isUserInRole
(String role)
-
Constructor Details
-
AbstractBayeuxContext
-
-
Method Details
-
getURL
- Specified by:
getURL
in interfaceBayeuxContext
-
getHeader
- Specified by:
getHeader
in interfaceBayeuxContext
-
getHeaderValues
- Specified by:
getHeaderValues
in interfaceBayeuxContext
-
getParameter
- Specified by:
getParameter
in interfaceBayeuxContext
-
getParameterValues
- Specified by:
getParameterValues
in interfaceBayeuxContext
-
getUserPrincipal
- Specified by:
getUserPrincipal
in interfaceBayeuxContext
-
isUserInRole
- Specified by:
isUserInRole
in interfaceBayeuxContext
-
getRemoteAddress
- Specified by:
getRemoteAddress
in interfaceBayeuxContext
-
getLocalAddress
- Specified by:
getLocalAddress
in interfaceBayeuxContext
-
getLocales
- Specified by:
getLocales
in interfaceBayeuxContext
-
getCookie
- Specified by:
getCookie
in interfaceBayeuxContext
-
getContextAttribute
- Specified by:
getContextAttribute
in interfaceBayeuxContext
-
getRequestAttribute
- Specified by:
getRequestAttribute
in interfaceBayeuxContext
-
getSessionAttribute
- Specified by:
getSessionAttribute
in interfaceBayeuxContext
-
getContextPath
- Specified by:
getContextPath
in interfaceBayeuxContext
-
getProtocol
- Specified by:
getProtocol
in interfaceBayeuxContext
-
isSecure
public boolean isSecure()- Specified by:
isSecure
in interfaceBayeuxContext
-