Uses of Interface
io.helidon.webserver.UdsTransportConfig
Packages that use UdsTransportConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of UdsTransportConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type UdsTransportConfigModifier and TypeClassDescriptionstatic classUdsTransportConfig.BuilderBase<BUILDER extends UdsTransportConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends UdsTransportConfig>Fluent API builder base forUdsTransportConfig.Classes in io.helidon.webserver that implement UdsTransportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type UdsTransportConfig in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type UdsTransportConfigMethods in io.helidon.webserver that return UdsTransportConfigModifier and TypeMethodDescriptionUdsTransportConfig.Builder.build()Create an instance from this builder.UdsTransportConfig.Builder.buildPrototype()Create an instance of the prototype.static UdsTransportConfigUdsTransportConfig.create()Create a new instance with default values.static UdsTransportConfigCreate a new instance from configuration.Methods in io.helidon.webserver with parameters of type UdsTransportConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addBinding(UdsTransportConfig config) Add a Unix domain socket transport binding from configuration.static UdsTransportConfig.BuilderUdsTransportConfig.builder(UdsTransportConfig instance) Create a new fluent API builder from an existing instance.static UdsTransportBindingFactoryUdsTransportBindingFactory.create(UdsTransportConfig config) Create a Unix domain socket transport binding factory.UdsTransportConfig.BuilderBase.from(UdsTransportConfig prototype) Update this builder from an existing prototype instance.