Uses of Class
io.helidon.common.socket.SocketWriter
Packages that use SocketWriter
-
Uses of SocketWriter in io.helidon.common.socket
Subclasses of SocketWriter in io.helidon.common.socketModifier 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
.Methods in io.helidon.common.socket that return SocketWriterModifier 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.