java.lang.Object
io.helidon.common.socket.SocketOptions
Socket options.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SocketOptions.Builderbuilder()A new fluent API builder.voidconfigureSocket(Socket socket) Configure socket with defined socket options.Socket connect timeout.Socket read timeout.toString()
-
Method Details
-
builder
A new fluent API builder.- Returns:
- a new builder
-
configureSocket
Configure socket with defined socket options.- Parameters:
socket- socket to update
-
connectTimeout
Socket connect timeout.- Returns:
- connect timeout duration
-
readTimeout
Socket read timeout.- Returns:
- read timeout duration
-
toString
-