Uses of Class
brave.http.HttpServerHandler
-
-
Uses of HttpServerHandler in brave.http
Methods in brave.http that return HttpServerHandler Modifier and Type Method Description static HttpServerHandler<HttpServerRequest,HttpServerResponse>HttpServerHandler. create(HttpTracing httpTracing)static <Req,Resp>
HttpServerHandler<Req,Resp>HttpServerHandler. create(HttpTracing httpTracing, HttpServerAdapter<Req,Resp> adapter)Deprecated.Since 5.7, usecreate(HttpTracing)as it is more portable.
-