@NonnullByDefault
Package ch.raffael.meldioc.library.http.server.undertow.codec
-
Interface Summary Interface Description HttpDecoder<C,B> Read the HTTP request body data to a Java object.HttpDecoder.Consumer<C,B> HttpEncoder<C,R> Write a Java object as HTTP response body.HttpObjectCodecFactory<C> Factory for encoders and decoders that marshal/unmarshal Java objects (like JSON or XML, i.e. -
Class Summary Class Description EmptyBody Represents an empty body and provides codecs for it.HttpContentTypes Utilities for dealing with content types.HttpObjectCodecFactory.Adapter TextCodec Simple string codecs.