Uses of Interface
io.helidon.common.socket.SocketOptions
-
Uses of SocketOptions in io.helidon.common.socket
Classes in io.helidon.common.socket with type parameters of type SocketOptionsModifier and TypeClassDescriptionstatic classSocketOptions.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 classGenerated 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 SocketOptionsSocketOptions.create()Create a new instance with default values.static SocketOptionsCreate a new instance from configuration.Methods in io.helidon.common.socket with parameters of type SocketOptionsModifier and TypeMethodDescriptionstatic SocketOptions.BuilderSocketOptions.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.