Class HttpDecoder.IgnoreBodyDecoder<B>
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.codec.HttpDecoder.IgnoreBodyDecoder<B>
- All Implemented Interfaces:
HttpDecoder<B>
- Enclosing interface:
HttpDecoder<B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.http.server.undertow.codec.HttpDecoder
HttpDecoder.Consumer<B>, HttpDecoder.IgnoreBodyDecoder<B> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(io.undertow.server.HttpServerExchange exchange, HttpDecoder.Consumer<? super B> consumer)
-
Constructor Details
-
IgnoreBodyDecoder
-
-
Method Details
-
emptyBody
-
decode
public void decode(io.undertow.server.HttpServerExchange exchange, HttpDecoder.Consumer<? super B> consumer) throws Exception - Specified by:
decodein interfaceHttpDecoder<B>- Throws:
Exception
-