Uses of Interface
io.helidon.common.buffers.DataWriter
Packages that use DataWriter
Package
Description
Socket abstraction and data writing.
HTTP/2 types common for client and server.
WebClient APIs shared by all types of clients.
NĂma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
WebSocket client.
-
Uses of DataWriter in io.helidon.common.socket
Classes in io.helidon.common.socket that implement DataWriterModifier and TypeClassDescriptionclassSocket writer (possibly) used from multiple threads, takes care of writing to a single socket. -
Uses of DataWriter in io.helidon.nima.http2
Constructors in io.helidon.nima.http2 with parameters of type DataWriterModifierConstructorDescriptionHttp2ConnectionWriter(SocketContext ctx, DataWriter writer, List<Http2FrameListener> sendFrameListeners) A new writer. -
Uses of DataWriter in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient that return DataWriterModifier and TypeMethodDescriptionClientConnection.writer()Data writer the client request writes to. -
Uses of DataWriter in io.helidon.nima.webserver
Methods in io.helidon.nima.webserver that return DataWriterModifier and TypeMethodDescriptionConnectionContext.dataWriter()Data writer to write response bytes. -
Uses of DataWriter in io.helidon.nima.websocket.client
Methods in io.helidon.nima.websocket.client with parameters of type DataWriterModifier and TypeMethodDescriptionstatic ClientWsConnectionClientWsConnection.create(WsListener listener, HelidonSocket helidonSocket, DataReader reader, DataWriter writer, Optional<String> subProtocol) Create a new connection.