Interface ServletExchange<Req,Res>

Type Parameters:
Req - The native request type
Res - The native response type
All Known Implementing Classes:
DefaultServletExchange, DefaultServletHttpRequest

public interface ServletExchange<Req,Res>
Represents an HTTP exchange in a serverless context.
Since:
2.0.0
Author:
graemerocher