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 ParametersMethods in cool.scx.http with parameters of type ParametersModifier and TypeMethodDescriptionstatic <K,V> ParametersWritable <K, V> Parameters.of(Parameters<K, V> p) Constructors in cool.scx.http with parameters of type Parameters -
Uses of Parameters in cool.scx.http.content_disposition
Methods in cool.scx.http.content_disposition that return ParametersMethods in cool.scx.http.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.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) ContentTypeImpl.params(Parameters<String, String> params) ContentTypeWritable.params(Parameters<String, String> parameters) -
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()RoutingContextImpl.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) ScxURIImpl.query(Parameters<String, String> query) ScxURIWritable.query(Parameters<String, String> query) -
Uses of Parameters in cool.scx.http.web_socket
Methods in cool.scx.http.web_socket that return Parameters