Uses of Class
io.helidon.common.socket.SocketWriter
-
Uses of SocketWriter in io.helidon.common.socket
Modifier and TypeClassDescriptionclass
A special socket write that starts async but may switch to sync mode if it detects that the async queue size is belowSmartSocketWriter.QUEUE_SIZE_THRESHOLD
.Modifier and TypeMethodDescriptionstatic SocketWriter
SocketWriter.create
(HelidonSocket socket) Create a new socket writer.static SocketWriter
SocketWriter.create
(ExecutorService executor, HelidonSocket socket, int writeQueueLength, boolean smartAsyncWrites) Create a new socket writer.