Uses of Class
one.nio.http.HttpException
-
Packages that use HttpException Package Description one.nio.http -
-
Uses of HttpException in one.nio.http
Methods in one.nio.http that throw HttpException Modifier and Type Method Description ResponseHttpClient. connect(String uri, String... headers)ResponseHttpClient. delete(String uri, String... headers)ResponseHttpClient. get(String uri, String... headers)ResponseHttpClient. head(String uri, String... headers)ResponseHttpClient. invoke(Request request)ResponseHttpClient. invoke(Request request, int timeout)ResponseHttpClient. options(String uri, String... headers)protected RequestHttpSession. parseRequest(byte[] buffer, int start, int length)ResponseHttpClient. patch(String uri, byte[] body, String... headers)ResponseHttpClient. patch(String uri, String... headers)ResponseHttpClient. post(String uri, byte[] body, String... headers)ResponseHttpClient. post(String uri, String... headers)protected intHttpSession. processHttpBuffer(byte[] buffer, int length)ResponseHttpClient. put(String uri, byte[] body, String... headers)ResponseHttpClient. put(String uri, String... headers)protected intHttpSession. startParsingRequestBody(String contentLengthHeader, byte[] buffer, int offset, int remaining)ResponseHttpClient. trace(String uri, String... headers)
-