Uses of Interface
cool.scx.http.Parameters
Packages that use Parameters
Package
Description
-
Uses of Parameters in cool.scx.http
Subinterfaces of Parameters in cool.scx.httpModifier and TypeInterfaceDescriptioninterfaceParametersWritable<K,V> ParametersWritableinterface只读的 Headers 可用于 ServerRequest 和 ClientResponse 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法interface可写的 Headers 可用于 ServerResponse 和 ClientRequest 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法Classes in cool.scx.http that implement ParametersMethods in cool.scx.http that return ParametersModifier and TypeMethodDescriptiondefault Parameters<String, String> ScxHttpServerRequest.query()default Parameters<String, String> ScxServerWebSocket.query() -
Uses of Parameters in cool.scx.http.content_disposition
Methods in cool.scx.http.content_disposition that return Parameters -
Uses of Parameters in cool.scx.http.content_type
Methods in cool.scx.http.content_type that return ParametersMethods in cool.scx.http.content_type with parameters of type ParametersModifier and TypeMethodDescriptionstatic voidContentTypeHelper.encodeParams(StringBuilder result, Parameters<String, String> params) -
Uses of Parameters in cool.scx.http.media.form_params
Classes in cool.scx.http.media.form_params that implement Parameters -
Uses of Parameters in cool.scx.http.routing
Methods in cool.scx.http.routing that return ParametersModifier and TypeMethodDescriptionPathMatcher.MatchResult.pathParams()Returns the value of thepathParamsrecord component.RoutingContext.pathParams()WebSocketRoutingContext.pathParams()Constructors in cool.scx.http.routing with parameters of type ParametersModifierConstructorDescriptionMatchResult(boolean accepted, Parameters<String, String> pathParams) Creates an instance of aMatchResultrecord class. -
Uses of Parameters in cool.scx.http.uri
Methods in cool.scx.http.uri that return ParametersMethods in cool.scx.http.uri with parameters of type ParametersModifier and TypeMethodDescriptionstatic StringScxURIHelper.encodeQuery(Parameters<String, String> query, boolean uriEncoding)