Uses of Class
one.nio.http.HttpException
Packages that use HttpException
-
Uses of HttpException in one.nio.http
Methods in one.nio.http that throw HttpExceptionModifier and TypeMethodDescriptionprivate booleanHttpClient.ChunkedLineReader.nextChunk()HttpClient.openEvents(String uri, String... headers) HttpClient.openEvents(Request request, int timeout) protected RequestHttpSession.parseRequest(byte[] buffer, int start, int length) EventSource.poll()Waits for the next SSE and returns an event.EventSourceResponse.poll()protected intHttpSession.processHttpBuffer(byte[] buffer, int length) (package private) byte[]HttpClient.ResponseReader.readChunkedBody()private StringHttpClient.ChunkedLineReader.readChunkedLine()(package private) StringHttpClient.ResponseReader.readLine()(package private) ResponseHttpClient.ResponseReader.readResponse(int method) (package private) EventSourceResponseHttpClient.ServerSentEventsReader.readResponse(int method) (package private) voidHttpClient.ResponseReader.readResponseBody(int method, Response response) (package private) voidHttpClient.ResponseReader.readResponseHeaders(Response response) (package private) StringHttpClient.ResponseReader.readResultCode()HttpClient.reopenEvents(Request request, String lastId, int timeout) protected intHttpSession.startParsingRequestBody(String contentLengthHeader, byte[] buffer, int offset, int remaining)