Uses of Class
io.helidon.nima.webserver.http.HttpRouting
Packages that use HttpRouting
Package
Description
HTTP/2 WebServer.
Unit and integration testing support for NĂma WebServer and JUnit 5.
WebServer HTTP specific APIs.
-
Uses of HttpRouting in io.helidon.nima.http2.webserver
Constructors in io.helidon.nima.http2.webserver with parameters of type HttpRoutingModifierConstructorDescriptionHttp2Stream(ConnectionContext ctx, HttpRouting routing, Http2Config http2Config, List<Http2SubProtocolSelector> subProviders, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, Http2StreamWriter writer, ConnectionFlowControl connectionFlowControl) A new HTTP/2 server stream. -
Uses of HttpRouting in io.helidon.nima.testing.junit5.webserver
Constructors in io.helidon.nima.testing.junit5.webserver with parameters of type HttpRoutingModifierConstructorDescriptionDirectClient(HttpRouting routing) Create a direct client for HTTP routing. -
Uses of HttpRouting in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that return HttpRoutingModifier and TypeMethodDescriptionstatic HttpRoutingHttpRouting.create()Create a default router.static HttpRoutingHttpRouting.empty()Empty routing (all requests will returnHttp.Status.NOT_FOUND_404.