java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.routing.Codecs

public final class Codecs extends Object
TODO JavaDoc
  • Method Summary

    Modifier and Type
    Method
    Description
    ch.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[]>
    byteArray(String... types)
     
    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>
     
    ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.CodecSupplier<String>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)