public interface HttpServerAdapterFactory extends HttpAdapterFactory
HttpAdapterFactory.Request, HttpAdapterFactory.Response
Modifier and Type | Method and Description |
---|---|
static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response> |
create(HttpAdapterFactory.Request request) |
static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response> |
create(HttpAdapterFactory.Response response) |
request, response
static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response> create(HttpAdapterFactory.Request request)
static brave.http.HttpServerAdapter<HttpAdapterFactory.Request,HttpAdapterFactory.Response> create(HttpAdapterFactory.Response response)
Apache CXF