Uses of Record Class
io.helidon.webserver.http2.spi.SubProtocolResult
Packages that use SubProtocolResult
-
Uses of SubProtocolResult in io.helidon.webserver.http2.spi
Fields in io.helidon.webserver.http2.spi declared as SubProtocolResultModifier and TypeFieldDescriptionstatic final SubProtocolResultHttp2SubProtocolSelector.NOT_SUPPORTEDNot supported sub-protocol result.Methods in io.helidon.webserver.http2.spi that return SubProtocolResultModifier and TypeMethodDescriptionHttp2SubProtocolSelector.subProtocol(ConnectionContext ctx, io.helidon.http.HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, StreamFlowControl streamFlowControl, Http2StreamState currentStreamState, Router router) Check if this is a sub-protocol request and return appropriate result.