Uses of Interface
io.helidon.webserver.spi.ServerConnection
Packages that use 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
Methods in io.helidon.microprofile.tyrus that return ServerConnectionModifier and TypeMethodDescriptionTyrusUpgrader.upgrade
(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers) -
Uses of ServerConnection in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 that implement ServerConnectionMethods in io.helidon.webserver.http1 that return ServerConnection -
Uses of ServerConnection in io.helidon.webserver.http1.spi
Methods in io.helidon.webserver.http1.spi that return ServerConnectionModifier and TypeMethodDescriptionHttp1Upgrader.upgrade
(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers) Upgrade connection. -
Uses of ServerConnection in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement ServerConnectionMethods in io.helidon.webserver.http2 that return ServerConnectionModifier and TypeMethodDescriptionHttp2ConnectionSelector.connection
(ConnectionContext ctx) Http2Upgrader.upgrade
(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers) -
Uses of ServerConnection in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi that return ServerConnectionModifier and TypeMethodDescriptionServerConnectionSelector.connection
(ConnectionContext ctx) Create a new connection. -
Uses of ServerConnection in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement ServerConnectionModifier and TypeClassDescriptionclass
WebSocket connection, server side session implementation.Methods in io.helidon.webserver.websocket that return ServerConnectionModifier and TypeMethodDescriptionWsUpgrader.upgrade
(ConnectionContext ctx, HttpPrologue prologue, WritableHeaders<?> headers)