Uses of Interface
io.helidon.common.buffers.DataWriter
Packages that use 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
Classes in io.helidon.common.socket that implement DataWriterModifier and TypeClassDescriptionclassA 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.classSocket writer (possibly) used from multiple threads, takes care of writing to a single socket. -
Uses of DataWriter in io.helidon.http.http2
Constructors in io.helidon.http.http2 with parameters of type DataWriterModifierConstructorDescriptionHttp2ConnectionWriter(SocketContext ctx, DataWriter writer, List<Http2FrameListener> sendFrameListeners) A new writer. -
Uses of DataWriter in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return DataWriter -
Uses of DataWriter in io.helidon.webserver
Methods in io.helidon.webserver that return DataWriterModifier and TypeMethodDescriptionConnectionContext.dataWriter()Data writer to write response bytes.