Uses of Enum Class
io.helidon.webserver.spi.ServerConnectionSelector.Support
Packages that use ServerConnectionSelector.Support
Package
Description
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer SPI.
-
Uses of ServerConnectionSelector.Support in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 that return ServerConnectionSelector.Support -
Uses of ServerConnectionSelector.Support in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return ServerConnectionSelector.Support -
Uses of ServerConnectionSelector.Support in io.helidon.webserver.spi
Methods in io.helidon.webserver.spi that return ServerConnectionSelector.SupportModifier and TypeMethodDescriptionServerConnectionSelector.supports
(BufferData data) Does this selector support current server connection.Returns the enum constant of this class with the specified name.static ServerConnectionSelector.Support[]
ServerConnectionSelector.Support.values()
Returns an array containing the constants of this enum class, in the order they are declared.