Uses of Interface
io.helidon.common.socket.SocketOptions
Packages that use 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
Classes in io.helidon.common.socket with type parameters of type SocketOptionsModifier and TypeClassDescriptionstatic class
SocketOptions.BuilderBase<BUILDER extends SocketOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SocketOptions> Fluent API builder base forSocketOptions
.Classes in io.helidon.common.socket that implement SocketOptionsModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.socket that return SocketOptionsModifier 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.Methods in io.helidon.common.socket with parameters of type SocketOptionsModifier 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
Methods in io.helidon.webclient.api that return SocketOptionsModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.HttpClientConfigImpl.socketOptions()
Methods in io.helidon.webclient.api that return types with arguments of type SocketOptionsModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.socketOptions()
Socket options for connections opened by this client.Methods in io.helidon.webclient.api with parameters of type SocketOptionsModifier 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.Method parameters in io.helidon.webclient.api with type arguments of type SocketOptionsModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.socketOptions
(Supplier<? extends SocketOptions> supplier) Socket options for connections opened by this client. -
Uses of SocketOptions in io.helidon.webserver
Methods in io.helidon.webserver that return SocketOptionsModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.connectionOptions()
Methods in io.helidon.webserver that return types with arguments of type SocketOptionsModifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions()
Options for connections accepted by this listener.Methods in io.helidon.webserver with parameters of type SocketOptionsModifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions
(SocketOptions connectionOptions) Options for connections accepted by this listener.Method parameters in io.helidon.webserver with type arguments of type SocketOptionsModifier and TypeMethodDescriptionListenerConfig.BuilderBase.connectionOptions
(Supplier<? extends SocketOptions> supplier) Options for connections accepted by this listener.