Interface UpgradeRequest

All Known Implementing Classes:
JakartaClientUpgradeRequest, JakartaServerUpgradeRequest, UpgradeRequestAdapter

public interface UpgradeRequest
  • Method Details

    • getUserPrincipal

      Principal getUserPrincipal()
      For Session.getUserPrincipal()
      Returns:
      the User Principal present during the Upgrade Request
    • getRequestURI

      URI getRequestURI()
      Returns:
      the full URI of this request.
    • getPathInContext

      String getPathInContext()
      For obtaining PathParam values from the Request context path.
      Returns:
      the path in Context.