Uses of Interface
io.helidon.nima.webserver.spi.ServerConnection
Packages that use ServerConnection
Package
Description
Helidon MP integration with Tyrus.
HTTP/2 WebServer.
WebServer HTTP/1.1 specific APIs.
WebServer HTTP/1.1 specific SPIs.
WebServer SPI.
WebSocket server support.
-
Uses of ServerConnection in io.helidon.microprofile.tyrus
Methods in io.helidon.microprofile.tyrus that return ServerConnectionModifier and TypeMethodDescriptionTyrusUpgrader.upgrade(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers) -
Uses of ServerConnection in io.helidon.nima.http2.webserver
Classes in io.helidon.nima.http2.webserver that implement ServerConnectionMethods in io.helidon.nima.http2.webserver that return ServerConnectionModifier and TypeMethodDescriptionHttp2ConnectionSelector.connection(ConnectionContext ctx) Http2Upgrader.upgrade(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers) -
Uses of ServerConnection in io.helidon.nima.webserver.http1
Classes in io.helidon.nima.webserver.http1 that implement ServerConnectionMethods in io.helidon.nima.webserver.http1 that return ServerConnection -
Uses of ServerConnection in io.helidon.nima.webserver.http1.spi
Methods in io.helidon.nima.webserver.http1.spi that return ServerConnectionModifier and TypeMethodDescriptionHttp1Upgrader.upgrade(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers) Upgrade connection. -
Uses of ServerConnection in io.helidon.nima.webserver.spi
Methods in io.helidon.nima.webserver.spi that return ServerConnectionModifier and TypeMethodDescriptionServerConnectionSelector.connection(ConnectionContext ctx) Create a new connection. -
Uses of ServerConnection in io.helidon.nima.websocket.webserver
Classes in io.helidon.nima.websocket.webserver that implement ServerConnectionModifier and TypeClassDescriptionclassWebSocket connection, server side session implementation.Methods in io.helidon.nima.websocket.webserver that return ServerConnectionModifier and TypeMethodDescriptionWsUpgrader.upgrade(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers)