Uses of Interface
cool.scx.http.media.form_params.FormParams
Packages that use FormParams
-
Uses of FormParams in cool.scx.http
Methods in cool.scx.http that return FormParamsMethods in cool.scx.http with parameters of type FormParamsModifier and TypeMethodDescriptiondefault ScxHttpClientResponseScxHttpClientRequest.send(FormParams formParams) default voidScxHttpServerResponse.send(FormParams formParams) -
Uses of FormParams in cool.scx.http.media.form_params
Subinterfaces of FormParams in cool.scx.http.media.form_paramsClasses in cool.scx.http.media.form_params that implement FormParamsClasses in cool.scx.http.media.form_params that implement interfaces with type arguments of type FormParamsMethods in cool.scx.http.media.form_params that return FormParamsModifier and TypeMethodDescriptionFormParamsReader.read(InputStream inputStream, ScxHttpHeaders headers) Methods in cool.scx.http.media.form_params with parameters of type FormParamsModifier and TypeMethodDescriptionstatic StringFormParamsHelper.encodeFormParams(FormParams formParams) static FormParamsWritableFormParams.of(FormParams oldFormParams) Constructors in cool.scx.http.media.form_params with parameters of type FormParamsModifierConstructorDescriptionFormParamsImpl(FormParams oldFormParams) FormParamsWriter(FormParams formParams)