Uses of Class
one.nio.http.Request
-
Packages that use Request Package Description one.nio.http one.nio.mgt one.nio.serial -
-
Uses of Request in one.nio.http
Fields in one.nio.http declared as Request Modifier and Type Field Description protected static RequestHttpSession. FINprotected RequestHttpSession. handlingprotected RequestHttpSession. parsingFields in one.nio.http with type parameters of type Request Modifier and Type Field Description protected LinkedList<Request>HttpSession. pipelineMethods in one.nio.http that return Request Modifier and Type Method Description RequestHttpClient. 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 Request Modifier and Type Method Description protected RequestHandlerHttpServer. findHandlerByHost(Request request)voidHttpServer. handleDefault(Request request, HttpSession session)voidHttpServer. handleRequest(Request request, HttpSession session)voidRequestHandler. handleRequest(Request request, HttpSession session)ResponseHttpClient. invoke(Request request)ResponseHttpClient. invoke(Request request, int timeout)ResponseHttpCluster. invoke(Request request)ResponseHttpProvider. invoke(Request request)Constructors in one.nio.http with parameters of type Request Constructor Description Request(Request prototype) -
Uses of Request in one.nio.mgt
Methods in one.nio.mgt with parameters of type Request Modifier and Type Method Description voidManagementServer. handleRequest(Request request, HttpSession session) -
Uses of Request in one.nio.serial
Methods in one.nio.serial that return Request Modifier and Type Method Description RequestHttpRequestSerializer. fromJson(JsonReader in)RequestHttpRequestSerializer. read(DataStream in)Methods in one.nio.serial with parameters of type Request Modifier and Type Method Description voidHttpRequestSerializer. calcSize(Request obj, CalcSizeStream css)voidHttpRequestSerializer. toJson(Request obj, StringBuilder builder)voidHttpRequestSerializer. write(Request obj, DataStream out)
-