Uses of Class
org.jgrapes.http.WwwFormUrldecoder
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of WwwFormUrldecoder in org.jgrapes.http
Modifier 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)
.