Uses of Interface
cool.scx.http.ParametersWritable
Packages that use ParametersWritable
Package
Description
-
Uses of ParametersWritable in cool.scx.http
Subinterfaces of ParametersWritable in cool.scx.httpModifier and TypeInterfaceDescriptioninterface可写的 Headers 可用于 ServerResponse 和 ClientRequest 在 Parameters 的基础上实现了一些 方便操作 Http 头协议的方法Classes in cool.scx.http that implement ParametersWritableMethods in cool.scx.http 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.content_disposition
Methods in cool.scx.http.content_disposition that return ParametersWritable -
Uses of ParametersWritable in cool.scx.http.content_type
Methods in cool.scx.http.content_type that return ParametersWritable -
Uses of ParametersWritable in cool.scx.http.media.form_params
Classes in cool.scx.http.media.form_params that implement ParametersWritable -
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) ScxURIImpl.query()ScxURIWritable.query()