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