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() -
Uses of ParametersWritable in cool.scx.http.content_disposition
Methods in cool.scx.http.content_disposition that return ParametersWritableModifier and TypeMethodDescriptionContentDispositionImpl.params()ContentDispositionWritable.params()Methods in cool.scx.http.content_disposition with parameters of type ParametersWritableModifier and TypeMethodDescriptionContentDispositionImpl.params(ParametersWritable<String, String> params) ContentDispositionWritable.params(ParametersWritable<String, String> params) -
Uses of ParametersWritable in cool.scx.http.content_type
Methods in cool.scx.http.content_type that return ParametersWritableMethods in cool.scx.http.content_type with parameters of type ParametersWritableModifier and TypeMethodDescriptionContentTypeImpl.params(ParametersWritable<String, String> params) ContentTypeWritable.params(ParametersWritable<String, String> parameters) -
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()Methods in cool.scx.http.uri with parameters of type ParametersWritableModifier and TypeMethodDescriptionScxURIImpl.query(ParametersWritable<String, String> query) ScxURIWritable.query(ParametersWritable<String, String> query)