Uses of Class
one.nio.http.Response
-
Packages that use Response Package Description one.nio.http one.nio.mgt -
-
Uses of Response in one.nio.http
Methods in one.nio.http that return Response 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)ResponseHttpCluster. invoke(Request request)ResponseHttpProvider. invoke(Request request)static ResponseResponse. json(Object obj)static ResponseResponse. ok(byte[] body)static ResponseResponse. ok(String plainText)ResponseHttpClient. options(String uri, String... headers)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)ResponseHttpClient. put(String uri, byte[] body, String... headers)ResponseHttpClient. put(String uri, String... headers)static ResponseResponse. redirect(String url)ResponseHttpClient. trace(String uri, String... headers)Methods in one.nio.http with parameters of type Response Modifier and Type Method Description voidHttpSession. sendResponse(Response response)protected voidHttpSession. writeResponse(Response response, boolean includeBody)Constructors in one.nio.http with parameters of type Response Constructor Description Response(Response prototype) -
Uses of Response in one.nio.mgt
Methods in one.nio.mgt that return Response Modifier and Type Method Description ResponseManagementServer. getJmxResponse(String name, String prop, String attr)ResponseManagementServer. getMonitorMemResponse()ResponseManagementServer. getMonitorServerResponse()ResponseManagementServer. getMonitorShmResponse()ResponseManagementServer. getStatusResponse()
-