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> Builder<SocketOptions.Builder,
,SocketOptions> Supplier<SocketOptions>
- Enclosing interface:
SocketOptions
public static class SocketOptions.Builder
extends SocketOptions.BuilderBase<SocketOptions.Builder,SocketOptions>
implements 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, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<SocketOptions.Builder,
SocketOptions> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<SocketOptions.Builder,
SocketOptions> - Returns:
- instance of the built type
-