Class NoFlushByteOutput

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable, org.jboss.marshalling.ByteOutput

    public class NoFlushByteOutput
    extends Object
    implements org.jboss.marshalling.ByteOutput
    An output stream that ignores flushes. The marshsaller will flush when it is done, which results in two frames on the wire. By ignoring the flush only one frame is sent for each message.
    Author:
    Stuart Douglas
    • Constructor Detail

      • NoFlushByteOutput

        public NoFlushByteOutput​(org.jboss.marshalling.ByteOutput delegate)