Interface HttpAdapterFactory
-
- All Known Subinterfaces:
HttpClientAdapterFactory,HttpServerAdapterFactory
public interface HttpAdapterFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHttpAdapterFactory.Requeststatic classHttpAdapterFactory.Response
-
-
-
Method Detail
-
request
static HttpAdapterFactory.Request request(Map<String,List<String>> headers, URI uri, String method)
-
response
static HttpAdapterFactory.Response response(Integer status)
-
-