Uses of Interface
io.helidon.webserver.ServerConfiguration
Package
Description
Reactive web server API.
Netty Epoll Transport implementation.
Netty io_uring Transport implementation.
-
Uses of ServerConfiguration in io.helidon.webserver
Modifier and TypeMethodDescriptionServerConfiguration.Builder.build()
Deprecated.Builds a new configuration instance.WebServer.configuration()
Gets effective server configuration.static ServerConfiguration
Creates new instance with defaults from external configuration source.Modifier and TypeMethodDescription<T> Optional<T>
Transport.createTransportArtifact
(Class<T> type, String name, ServerConfiguration config) Creates and returns a suitable transport artifact, if one can be created or is available, and an emptyOptional
otherwise. -
Uses of ServerConfiguration in io.helidon.webserver.transport.netty.epoll
Modifier and TypeMethodDescription<T> Optional<T>
EPollTransport.createTransportArtifact
(Class<T> artifactType, String artifactName, ServerConfiguration config) Returns an artifact corresponding to the supplied artifact coordinates, if one is available. -
Uses of ServerConfiguration in io.helidon.webserver.transport.netty.iouring
Modifier and TypeMethodDescription<T> Optional<T>
IOUringTransport.createTransportArtifact
(Class<T> artifactType, String artifactName, ServerConfiguration config) Returns an artifact corresponding to the supplied artifact coordinates, if one is available.