Interface UpgradeRequest
- All Known Implementing Classes:
JavaxClientUpgradeRequest
,JavaxServerUpgradeRequest
,UpgradeRequestAdapter
public interface UpgradeRequest
-
Method Summary
Modifier and TypeMethodDescriptionFor obtainingPathParam
values from the Request context path.ForSession.getUserPrincipal()
-
Method Details
-
getUserPrincipal
Principal getUserPrincipal()ForSession.getUserPrincipal()
- Returns:
- the User
Principal
present during the Upgrade Request
-
getRequestURI
URI getRequestURI()- Returns:
- the full URI of this request.
-
getPathInContext
String getPathInContext()For obtainingPathParam
values from the Request context path.- Returns:
- the path in Context.
-