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.
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP/1.1 specific APIs.
WebSocket APIs.
-
Uses of DataReader in io.helidon.http
Methods in io.helidon.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.webclient.api
Methods in io.helidon.webclient.api that return DataReader -
Uses of DataReader in io.helidon.webclient.http1
Methods in io.helidon.webclient.http1 with parameters of type DataReaderModifier and TypeMethodDescriptionstatic Status
Http1StatusParser.readStatus
(DataReader reader, int maxLength) Read the status line from HTTP/1.0 or HTTP/1.1 response. -
Uses of DataReader in io.helidon.webserver
Methods in io.helidon.webserver that return DataReaderModifier and TypeMethodDescriptionConnectionContext.dataReader()
Data reader to read request bytes. -
Uses of DataReader in io.helidon.webserver.http1
Constructors in io.helidon.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.websocket
Methods in io.helidon.websocket with parameters of type DataReaderModifier and TypeMethodDescriptionstatic ClientWsFrame
ClientWsFrame.read
(SocketContext ctx, DataReader dataReader, int maxFrameLength) Read client frame from request data.static ServerWsFrame
ServerWsFrame.read
(SocketContext ctx, DataReader dataReader, int maxFrameLength) Read server frame from request data.