Uses of Class
io.helidon.common.socket.SocketOptions.Builder
Packages that use SocketOptions.Builder
Package
Description
Socket abstraction and data writing.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of SocketOptions.Builder in io.helidon.common.socket
Methods in io.helidon.common.socket that return SocketOptions.BuilderModifier and TypeMethodDescriptionstatic SocketOptions.Builder
SocketOptions.builder()
Create a new fluent API builder to customize configuration.static SocketOptions.Builder
SocketOptions.builder
(SocketOptions instance) Create a new fluent API builder from an existing instance. -
Uses of SocketOptions.Builder in io.helidon.webclient.api
Method parameters in io.helidon.webclient.api with type arguments of type SocketOptions.BuilderModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.socketOptions
(Consumer<SocketOptions.Builder> consumer) Socket options for connections opened by this client. -
Uses of SocketOptions.Builder in io.helidon.webserver
Method parameters in io.helidon.webserver with type arguments of type SocketOptions.BuilderModifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions
(Consumer<SocketOptions.Builder> consumer) Options for connections accepted by this listener.