Uses of Class
one.nio.http.Response
Packages that use Response
-
Uses of Response in one.nio.http
Subclasses of Response in one.nio.httpModifier and TypeClassDescriptionclassA Response, which can poll for server emitted events.Methods in one.nio.http that return ResponseModifier and TypeMethodDescriptionstatic Responsestatic ResponseResponse.ok(byte[] body) static Response(package private) ResponseHttpClient.ResponseReader.readResponse(int method) static ResponseMethods in one.nio.http with parameters of type ResponseModifier and TypeMethodDescription(package private) voidHttpClient.ResponseReader.readResponseBody(int method, Response response) (package private) voidHttpClient.ResponseReader.readResponseHeaders(Response response) voidHttpSession.sendResponse(Response response) protected voidHttpSession.writeResponse(Response response, boolean includeBody) Constructors in one.nio.http with parameters of type Response -
Uses of Response in one.nio.mgt
Methods in one.nio.mgt that return ResponseModifier and TypeMethodDescriptionManagementServer.getJmxResponse(String name, String prop, String attr) ManagementServer.getMonitorMemResponse()ManagementServer.getMonitorServerResponse()ManagementServer.getMonitorShmResponse()ManagementServer.getStatusResponse()