Interface ServletExchange<Req,Res>

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

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