Class UpgradeRequestAdapter
java.lang.Object
org.eclipse.jetty.ee9.websocket.jakarta.common.UpgradeRequestAdapter
- All Implemented Interfaces:
 UpgradeRequest
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionFor obtainingPathParamvalues from the Request context path.ForSession.getUserPrincipal() 
- 
Constructor Details
- 
UpgradeRequestAdapter
public UpgradeRequestAdapter() - 
UpgradeRequestAdapter
 
 - 
 - 
Method Details
- 
getUserPrincipal
Description copied from interface:UpgradeRequestForSession.getUserPrincipal()- Specified by:
 getUserPrincipalin interfaceUpgradeRequest- Returns:
 - the User 
Principalpresent during the Upgrade Request 
 - 
getRequestURI
- Specified by:
 getRequestURIin interfaceUpgradeRequest- Returns:
 - the full URI of this request.
 
 - 
getPathInContext
Description copied from interface:UpgradeRequestFor obtainingPathParamvalues from the Request context path.- Specified by:
 getPathInContextin interfaceUpgradeRequest- Returns:
 - the path in Context.
 
 
 -