Uses of Interface
cool.scx.http.parameters.ParametersWritable
Packages that use ParametersWritable
Package
Description
-
Uses of ParametersWritable in cool.scx.http.headers
Subinterfaces of ParametersWritable in cool.scx.http.headersModifier and TypeInterfaceDescriptioninterface可写的 Headers 可用于 ServerResponse 和 ClientRequest 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法 -
Uses of ParametersWritable in cool.scx.http.headers.accept
Methods in cool.scx.http.headers.accept that return ParametersWritable -
Uses of ParametersWritable in cool.scx.http.headers.content_disposition
Methods in cool.scx.http.headers.content_disposition that return ParametersWritable -
Uses of ParametersWritable in cool.scx.http.media_type
Methods in cool.scx.http.media_type that return ParametersWritable -
Uses of ParametersWritable in cool.scx.http.media.form_params
Subinterfaces of ParametersWritable in cool.scx.http.media.form_paramsClasses in cool.scx.http.media.form_params that implement ParametersWritable -
Uses of ParametersWritable in cool.scx.http.parameters
Classes in cool.scx.http.parameters that implement ParametersWritableMethods in cool.scx.http.parameters that return ParametersWritableModifier and TypeMethodDescriptionParametersImpl.clear()ParametersWritable.clear()static <K,V> ParametersWritable <K, V> Parameters.of()static <K,V> ParametersWritable <K, V> Parameters.of(Parameters<K, V> p) -
Uses of ParametersWritable in cool.scx.http.uri
Methods in cool.scx.http.uri that return ParametersWritableModifier and TypeMethodDescriptionstatic ParametersWritable<String, String> ScxURIHelper.decodeQuery(String value) ScxURIWritable.query()