I - The type of the content of request.O - The type of the content of response.public interface RequestProvider<I,O>
HttpClientRequest.| Modifier and Type | Method and Description |
|---|---|
HttpClientRequest<I,O> |
createRequest(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpMethod method,
java.lang.String uri)
|
HttpClientRequest<I,O> createRequest(io.netty.handler.codec.http.HttpVersion version, io.netty.handler.codec.http.HttpMethod method, java.lang.String uri)
version - HTTP version.method - HTTP method.uri - URI.HttpClientRequest