Uses of Class
org.jgrapes.http.WwwFormUrldecoder
Packages that use WwwFormUrldecoder
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of WwwFormUrldecoder in org.jgrapes.http
Methods in org.jgrapes.http that return WwwFormUrldecoderModifier and TypeMethodDescriptionSets the charset to be used iffeed(ManagedBuffer)
is invoked withManagedBuffer<ByteBuffer>
.WwwFormUrldecoder.consumer
(BiConsumer<String, String> consumer) Configures a consumer for key/value pairs.WwwFormUrldecoder.formCharset
(Charset charset) The charset to be used withURLDecoder.decode(String, Charset)
.