Uses of Class
io.helidon.common.buffers.DataReader
Packages that use DataReader
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
WebClient APIs shared by all types of clients.
HTTP/1.1 WebClient.
NĂma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
WebServer HTTP/1.1 specific APIs.
WebSocket APIs.
WebSocket client.
-
Uses of DataReader in io.helidon.common.http
Methods in io.helidon.common.http with parameters of type DataReaderModifier and TypeMethodDescriptionstatic WritableHeaders<?>Http1HeadersParser.readHeaders(DataReader reader, int maxHeadersSize, boolean validate) Read headers from the provided reader. -
Uses of DataReader in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient that return DataReaderModifier and TypeMethodDescriptionClientConnection.reader()Data reader providing response bytes. -
Uses of DataReader in io.helidon.nima.webclient.http1
Methods in io.helidon.nima.webclient.http1 with parameters of type DataReaderModifier and TypeMethodDescriptionstatic Http.StatusHttp1StatusParser.readStatus(DataReader reader, int maxLength) Read the status line from HTTP/1.1 response. -
Uses of DataReader in io.helidon.nima.webserver
Methods in io.helidon.nima.webserver that return DataReaderModifier and TypeMethodDescriptionConnectionContext.dataReader()Data reader to read request bytes. -
Uses of DataReader in io.helidon.nima.webserver.http1
Constructors in io.helidon.nima.webserver.http1 with parameters of type DataReaderModifierConstructorDescriptionHttp1Headers(DataReader reader, int maxHeadersSize, boolean validateHeaders) Create a new instance.Http1Prologue(DataReader reader, int maxLength, boolean validatePath) Create a new prologue parser. -
Uses of DataReader in io.helidon.nima.websocket
Methods in io.helidon.nima.websocket with parameters of type DataReaderModifier and TypeMethodDescriptionstatic ClientWsFrameClientWsFrame.read(SocketContext ctx, DataReader dataReader, int maxFrameLength) Read client frame from request data.static ServerWsFrameServerWsFrame.read(SocketContext ctx, DataReader dataReader, int maxFrameLength) Read server frame from request data. -
Uses of DataReader in io.helidon.nima.websocket.client
Methods in io.helidon.nima.websocket.client with parameters of type DataReaderModifier and TypeMethodDescriptionstatic ClientWsConnectionClientWsConnection.create(WsListener listener, HelidonSocket helidonSocket, DataReader reader, DataWriter writer, Optional<String> subProtocol) Create a new connection.