Uses of Interface
io.helidon.webserver.spi.ServerConnection
Packages that use ServerConnection
Package
Description
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/1.1 specific SPIs.
Helidon WebServer SPI.
-
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.spi
Methods in io.helidon.webserver.spi that return ServerConnectionModifier and TypeMethodDescriptionServerConnectionSelector.connection(ConnectionContext ctx) Create a new connection.