Uses of Interface
io.helidon.common.socket.SocketOptions
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 in io.helidon.common.socket
Modifier and TypeClassDescriptionstatic class
SocketOptions.BuilderBase<BUILDER extends SocketOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SocketOptions> Fluent API builder base forSocketOptions
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionSocketOptions.Builder.build()
SocketOptions.Builder.buildPrototype()
static SocketOptions
SocketOptions.create()
Create a new instance with default values.static SocketOptions
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic SocketOptions.Builder
SocketOptions.builder
(SocketOptions instance) Create a new fluent API builder from an existing instance.SocketOptions.BuilderBase.from
(SocketOptions prototype) Update this builder from an existing prototype instance. -
Uses of SocketOptions in io.helidon.webclient.api
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.HttpClientConfigImpl.socketOptions()
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.socketOptions()
Socket options for connections opened by this client.Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.socketOptions
(SocketOptions socketOptions) Socket options for connections opened by this client.Proxy.tcpSocket
(WebClient webClient, InetSocketAddress inetSocketAddress, SocketOptions socketOptions, boolean tls) Create a socket for TCP, connected through the proxy.Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.socketOptions
(Supplier<? extends SocketOptions> supplier) Socket options for connections opened by this client. -
Uses of SocketOptions in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.connectionOptions()
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions()
Options for connections accepted by this listener.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions
(SocketOptions connectionOptions) Options for connections accepted by this listener.Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions
(Supplier<? extends SocketOptions> supplier) Options for connections accepted by this listener.