Class BinaryCodec.ByteArray

java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.codec.BinaryCodec<byte[]>
ch.raffael.meldioc.library.http.server.undertow.codec.BinaryCodec.ByteArray
All Implemented Interfaces:
HttpDecoder<byte[]>, HttpEncoder<byte[]>
Enclosing class:
BinaryCodec<T>

public static final class BinaryCodec.ByteArray extends BinaryCodec<byte[]>
  • Constructor Details

    • ByteArray

      public ByteArray(String... contentTypes)
    • ByteArray

      public ByteArray(ch.raffael.meldioc.library.codec.ContentType... contentType)
    • ByteArray

      public ByteArray(io.vavr.collection.Traversable<? extends ch.raffael.meldioc.library.codec.ContentType> contentTypes)
  • Method Details