Uses of Class
one.nio.http.Request
Packages that use Request
-
Uses of Request in one.nio.http
Fields in one.nio.http declared as RequestModifier and TypeFieldDescriptionprotected static final RequestHttpSession.FINprotected RequestHttpSession.handlingprotected RequestHttpSession.parsingFields in one.nio.http with type parameters of type RequestMethods in one.nio.http that return RequestModifier and TypeMethodDescriptionHttpClient.createRequest(int method, String uri, String... headers) protected RequestHttpSession.parseRequest(byte[] buffer, int start, int length) Methods in one.nio.http with parameters of type RequestModifier and TypeMethodDescriptionprotected RequestHandlerHttpServer.findHandlerByHost(Request request) voidHttpServer.handleDefault(Request request, HttpSession session) voidHttpServer.handleRequest(Request request, HttpSession session) voidRequestHandler.handleRequest(Request request, HttpSession session) Constructors in one.nio.http with parameters of type Request -
Uses of Request in one.nio.mgt
Methods in one.nio.mgt with parameters of type RequestModifier and TypeMethodDescriptionvoidManagementServer.handleRequest(Request request, HttpSession session) -
Uses of Request in one.nio.serial
Methods in one.nio.serial that return RequestModifier and TypeMethodDescriptionHttpRequestSerializer.fromJson(JsonReader in) HttpRequestSerializer.read(DataStream in) Methods in one.nio.serial with parameters of type RequestModifier and TypeMethodDescriptionvoidHttpRequestSerializer.calcSize(Request obj, CalcSizeStream css) voidHttpRequestSerializer.toJson(Request obj, StringBuilder builder) voidHttpRequestSerializer.write(Request obj, DataStream out)