Uses of Interface
io.helidon.webserver.TcpTransportConfig
Packages that use TcpTransportConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of TcpTransportConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type TcpTransportConfigModifier and TypeClassDescriptionstatic classTcpTransportConfig.BuilderBase<BUILDER extends TcpTransportConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends TcpTransportConfig>Fluent API builder base forTcpTransportConfig.Classes in io.helidon.webserver that implement TcpTransportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type TcpTransportConfig in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type TcpTransportConfigMethods in io.helidon.webserver that return TcpTransportConfigModifier and TypeMethodDescriptionTcpTransportConfig.Builder.build()Create an instance from this builder.TcpTransportConfig.Builder.buildPrototype()Create an instance of the prototype.static TcpTransportConfigTcpTransportConfig.create()Create a new instance with default values.static TcpTransportConfigCreate a new instance from configuration.Methods in io.helidon.webserver with parameters of type TcpTransportConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addBinding(TcpTransportConfig config) Add a TCP transport binding from configuration.static TcpTransportConfig.BuilderTcpTransportConfig.builder(TcpTransportConfig instance) Create a new fluent API builder from an existing instance.static TcpTransportBindingFactoryTcpTransportBindingFactory.create(TcpTransportConfig config) Create a TCP transport binding factory.TcpTransportConfig.BuilderBase.from(TcpTransportConfig prototype) Update this builder from an existing prototype instance.