java.lang.Object
io.helidon.common.socket.SocketOptions.BuilderBase<SocketOptions.Builder,SocketOptions>
io.helidon.common.socket.SocketOptions.Builder
- All Implemented Interfaces:
Prototype.Builder<SocketOptions.Builder,,SocketOptions> Prototype.ConfiguredBuilder<SocketOptions.Builder,,SocketOptions> io.helidon.common.Builder<SocketOptions.Builder,,SocketOptions> Supplier<SocketOptions>
- Enclosing interface:
SocketOptions
public static class SocketOptions.Builder
extends SocketOptions.BuilderBase<SocketOptions.Builder,SocketOptions>
implements io.helidon.common.Builder<SocketOptions.Builder,SocketOptions>
Fluent API builder for
SocketOptions.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.socket.SocketOptions.BuilderBase
SocketOptions.BuilderBase.SocketOptionsImpl -
Method Summary
Methods inherited from class io.helidon.common.socket.SocketOptions.BuilderBase
addSocketOptions, clearSocketReceiveBufferSize, clearSocketSendBufferSize, config, config, connectTimeout, connectTimeout, from, from, preBuildPrototype, putSocketOption, readTimeout, readTimeout, socketKeepAlive, socketKeepAlive, socketOptions, socketOptions, socketReceiveBufferSize, socketReceiveBufferSize, socketReuseAddress, socketReuseAddress, socketSendBufferSize, socketSendBufferSize, tcpNoDelay, tcpNoDelay, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.common.Builder
get, identity, updateMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
- Specified by:
buildPrototypein interfacePrototype.Builder<SocketOptions.Builder,SocketOptions>
-
build
- Specified by:
buildin interfaceio.helidon.common.Builder<SocketOptions.Builder,SocketOptions>
-