Uses of Interface
io.helidon.common.buffers.DataWriter
Package
Description
Socket abstraction and data writing.
Helidon Common HTTP/2 classes.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of DataWriter 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
.class
Socket writer (possibly) used from multiple threads, takes care of writing to a single socket. -
Uses of DataWriter in io.helidon.http.http2
ModifierConstructorDescriptionHttp2ConnectionWriter
(SocketContext ctx, DataWriter writer, List<Http2FrameListener> sendFrameListeners) A new writer. -
Uses of DataWriter in io.helidon.webclient.api
-
Uses of DataWriter in io.helidon.webserver
Modifier and TypeMethodDescriptionConnectionContext.dataWriter()
Data writer to write response bytes.