Uses of Interface
cool.scx.http.parameters.Parameters
Packages that use Parameters
Package
Description
-
Uses of Parameters in cool.scx.http
Methods in cool.scx.http that return Parameters -
Uses of Parameters in cool.scx.http.headers
Subinterfaces of Parameters in cool.scx.http.headersModifier and TypeInterfaceDescriptioninterface只读的 Headers 可用于 ServerRequest 和 ClientResponse 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法interface可写的 Headers 可用于 ServerResponse 和 ClientRequest 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法 -
Uses of Parameters in cool.scx.http.headers.accept
Methods in cool.scx.http.headers.accept that return ParametersMethods in cool.scx.http.headers.accept with parameters of type ParametersModifier and TypeMethodDescriptionMediaRangeImpl.params(Parameters<String, String> params) MediaRangeWritable.params(Parameters<String, String> params) -
Uses of Parameters in cool.scx.http.headers.content_disposition
Methods in cool.scx.http.headers.content_disposition that return ParametersMethods in cool.scx.http.headers.content_disposition with parameters of type ParametersModifier and TypeMethodDescriptionContentDispositionImpl.params(Parameters<String, String> params) ContentDispositionWritable.params(Parameters<String, String> params) -
Uses of Parameters in cool.scx.http.media_type
Methods in cool.scx.http.media_type that return ParametersMethods in cool.scx.http.media_type with parameters of type ParametersModifier and TypeMethodDescriptionstatic voidScxMediaTypeHelper.encodeParams(StringBuilder result, Parameters<String, String> params) ScxMediaTypeImpl.params(Parameters<String, String> params) ScxMediaTypeWritable.params(Parameters<String, String> params) Constructors in cool.scx.http.media_type with parameters of type ParametersModifierConstructorDescriptionScxMediaTypeImpl(String type, String subtype, Parameters<String, String> params) -
Uses of Parameters in cool.scx.http.media.form_params
Subinterfaces of Parameters in cool.scx.http.media.form_paramsModifier and TypeInterfaceDescriptioninterfaceFormParamsinterfaceFormParamsClasses in cool.scx.http.media.form_params that implement Parameters -
Uses of Parameters in cool.scx.http.parameters
Subinterfaces of Parameters in cool.scx.http.parametersClasses in cool.scx.http.parameters that implement ParametersMethods in cool.scx.http.parameters with parameters of type ParametersModifier and TypeMethodDescriptionstatic <K,V> ParametersWritable <K, V> Parameters.of(Parameters<K, V> p) Constructors in cool.scx.http.parameters with parameters of type Parameters -
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) ScxURIWritable.query(Parameters<String, String> query)