Uses of Record Class
cool.scx.http.x.http1.request_line.Http1RequestLine
Packages that use Http1RequestLine
-
Uses of Http1RequestLine in cool.scx.http.x.http1
Methods in cool.scx.http.x.http1 with parameters of type Http1RequestLineModifier and TypeMethodDescriptionstatic ScxUpgradeHttp1Helper.checkUpgradeRequest(Http1RequestLine requestLine, Http1Headers headers) 检查是不是 升级请求 如果不是 返回 nullHttp1UpgradeHandler.createScxHttpServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) Constructors in cool.scx.http.x.http1 with parameters of type Http1RequestLineModifierConstructorDescriptionHttp1ServerRequest(Http1ServerConnection connection, Http1RequestLine requestLine, Http1Headers headers, InputStream bodyInputStream) -
Uses of Http1RequestLine in cool.scx.http.x.http1.request_line
Methods in cool.scx.http.x.http1.request_line that return Http1RequestLineModifier and TypeMethodDescriptionstatic Http1RequestLinestatic Http1RequestLineHttp1RequestLineHelper.parseRequestLine(String requestLineStr) 解析 请求行Methods in cool.scx.http.x.http1.request_line with parameters of type Http1RequestLineModifier and TypeMethodDescriptionstatic StringHttp1RequestLineHelper.encodeRequestLine(Http1RequestLine requestLine, RequestTargetForm requestTargetForm) 编码请求行