Class EncoderEmbedder<E>

    • Constructor Detail

      • EncoderEmbedder

        public EncoderEmbedder​(ChannelDownstreamHandler... handlers)
        Creates a new embedder whose pipeline is composed of the specified handlers.
    • Method Detail

      • offer

        public boolean offer​(java.lang.Object input)
        Description copied from interface: CodecEmbedder
        Offers an input object to the pipeline of this embedder.
        Returns:
        true if and only if there is something to read in the product queue (see CodecEmbedder.poll() and CodecEmbedder.peek())