Class Codecs
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.routing.Codecs
TODO JavaDoc
-
Method Summary
Modifier and TypeMethodDescriptionch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]>byteArray(ch.raffael.meldioc.library.codec.ContentType... types) ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]>byteArray(io.vavr.collection.Traversable<? extends ch.raffael.meldioc.library.codec.ContentType> types) ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]>ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]>byteBuffer(ch.raffael.meldioc.library.codec.ContentType... types) ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]>byteBuffer(io.vavr.collection.Traversable<? extends ch.raffael.meldioc.library.codec.ContentType> types) ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]>byteBuffer(String... types) ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.EncoderSupplier<String>html()ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<String>
-
Method Details
-
plainText
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<String> plainText() -
html
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.EncoderSupplier<String> html() -
byteArray
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]> byteArray(String... types) -
byteArray
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]> byteArray(ch.raffael.meldioc.library.codec.ContentType... types) -
byteArray
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]> byteArray(io.vavr.collection.Traversable<? extends ch.raffael.meldioc.library.codec.ContentType> types) -
byteBuffer
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]> byteBuffer(String... types) -
byteBuffer
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]> byteBuffer(ch.raffael.meldioc.library.codec.ContentType... types) -
byteBuffer
public ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<byte[]> byteBuffer(io.vavr.collection.Traversable<? extends ch.raffael.meldioc.library.codec.ContentType> types)
-