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