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, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<SocketOptions.Builder,SocketOptions> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<SocketOptions.Builder,SocketOptions> - Returns:
- instance of the built type
-