Interface JettyExchange

All Known Implementing Classes:
JettyHttpExchange, JettyHttpsExchange

public interface JettyExchange
  • Method Details

    • getPrincipal

      HttpPrincipal getPrincipal()
    • setPrincipal

      void setPrincipal(HttpPrincipal principal)
    • getRequest

      Request getRequest()
      Returns:
      the Jetty Request object associated with this exchange
    • getResponse

      Response getResponse()
      Returns:
      the Jetty Response object associated with this exchange