Interface JettyExchange
- All Known Implementing Classes:
JettyHttpExchange, JettyHttpsExchange
public interface JettyExchange
-
Method Summary
-
Method Details
-
getPrincipal
HttpPrincipal getPrincipal() -
setPrincipal
-
getRequest
Request getRequest()- Returns:
- the Jetty Request object associated with this exchange
-
getResponse
Response getResponse()- Returns:
- the Jetty Response object associated with this exchange
-