Uses of Interface
io.helidon.webserver.spi.ProtocolConfig
Packages that use ProtocolConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/1.1 specific SPIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer HTTP/2 SPI.
Helidon WebServer SPI.
WebSocket server support.
-
Uses of ProtocolConfig in io.helidon.webserver
Methods in io.helidon.webserver with type parameters of type ProtocolConfigModifier and TypeMethodDescription<T extends ProtocolConfig>
List<T> Get a protocol configuration if defined.Methods in io.helidon.webserver that return types with arguments of type ProtocolConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.protocols()ListenerConfig.BuilderBase.protocols()Configuration of protocols.Methods in io.helidon.webserver with parameters of type ProtocolConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addProtocol(ProtocolConfig protocol) Configuration of protocols.Method parameters in io.helidon.webserver with type arguments of type ProtocolConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addProtocols(List<? extends ProtocolConfig> protocols) Configuration of protocols.static ProtocolConfigsProtocolConfigs.create(List<ProtocolConfig> protocolConfigs) Create new protocol configuration handler.ListenerConfig.BuilderBase.protocols(List<? extends ProtocolConfig> protocols) Configuration of protocols. -
Uses of ProtocolConfig in io.helidon.webserver.grpc
Subinterfaces of ProtocolConfig in io.helidon.webserver.grpcModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.(package private) interfaceio.helidon.webserver.grpc.GrpcConfigBlueprintClasses in io.helidon.webserver.grpc that implement ProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.http1
Subinterfaces of ProtocolConfig in io.helidon.webserver.http1Modifier and TypeInterfaceDescriptioninterfaceHTTP/1.1 server configuration.(package private) interfaceio.helidon.webserver.http1.Http1ConfigBlueprintHTTP/1.1 server configuration.Classes in io.helidon.webserver.http1 that implement ProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.http1.spi
Classes in io.helidon.webserver.http1.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterfaceHttp1UpgradeProvider<T extends ProtocolConfig>ServiceLoaderprovider interface for HTTP/1.1 connection upgrade provider. -
Uses of ProtocolConfig in io.helidon.webserver.http2
Subinterfaces of ProtocolConfig in io.helidon.webserver.http2Modifier and TypeInterfaceDescriptioninterfaceHTTP/2 server configuration.(package private) interfaceio.helidon.webserver.http2.Http2ConfigBlueprintHTTP/2 server configuration.Classes in io.helidon.webserver.http2 that implement ProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of ProtocolConfig in io.helidon.webserver.http2.spi
Classes in io.helidon.webserver.http2.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterfaceHttp2SubProtocolProvider<T extends ProtocolConfig>ServiceLoaderprovider interface for HTTP/2 sub-protocols. -
Uses of ProtocolConfig in io.helidon.webserver.spi
Classes in io.helidon.webserver.spi with type parameters of type ProtocolConfigModifier and TypeInterfaceDescriptioninterfaceProtocolConfigProvider<T extends ProtocolConfig>Provider of protocol configuration.interfaceServerConnectionSelectorProvider<T extends ProtocolConfig>ServiceLoaderprovider interface for server connection providers. -
Uses of ProtocolConfig in io.helidon.webserver.websocket
Subinterfaces of ProtocolConfig in io.helidon.webserver.websocketModifier and TypeInterfaceDescriptioninterfaceWebSocket protocol configuration.(package private) interfaceio.helidon.webserver.websocket.WsConfigBlueprintWebSocket protocol configuration.Classes in io.helidon.webserver.websocket that implement ProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.