Class BinaryCodec.ByteBufferArray

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

public static final class BinaryCodec.ByteBufferArray extends BinaryCodec<ByteBuffer[]>
  • Constructor Details

    • ByteBufferArray

      public ByteBufferArray(String... contentTypes)
    • ByteBufferArray

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

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