Class BinaryCodec.ByteBuffer

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

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

    • ByteBuffer

      public ByteBuffer(String... contentTypes)
    • ByteBuffer

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

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