Uses of Enum Class
cool.scx.http.x.http1.request_line.RequestTargetForm
Packages that use RequestTargetForm
-
Uses of RequestTargetForm in cool.scx.http.x
Fields in cool.scx.http.x declared as RequestTargetFormMethods in cool.scx.http.x that return RequestTargetFormMethods in cool.scx.http.x with parameters of type RequestTargetFormModifier and TypeMethodDescriptionHttpClientRequest.requestTargetForm(RequestTargetForm requestTargetForm) -
Uses of RequestTargetForm in cool.scx.http.x.http1
Methods in cool.scx.http.x.http1 that return RequestTargetFormMethods in cool.scx.http.x.http1 with parameters of type RequestTargetFormModifier and TypeMethodDescriptionHttp1ClientRequest.requestTargetForm(RequestTargetForm requestTargetForm) -
Uses of RequestTargetForm in cool.scx.http.x.http1.request_line
Subclasses with type arguments of type RequestTargetForm in cool.scx.http.x.http1.request_lineMethods in cool.scx.http.x.http1.request_line that return RequestTargetFormModifier and TypeMethodDescriptionstatic RequestTargetFormReturns the enum constant of this class with the specified name.static RequestTargetForm[]RequestTargetForm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.http.x.http1.request_line with parameters of type RequestTargetFormModifier and TypeMethodDescriptionHttp1RequestLine.encode(RequestTargetForm requestTargetForm) static StringHttp1RequestLineHelper.encodeRequestLine(Http1RequestLine requestLine, RequestTargetForm requestTargetForm) 编码请求行static StringHttp1RequestLineHelper.getRequestTargetStr(ScxURIWritable requestTarget, RequestTargetForm requestTargetForm)