Class ServerFixedLengthStreamSinkConduit

  • All Implemented Interfaces:
    org.xnio.conduits.Conduit, org.xnio.conduits.SinkConduit, org.xnio.conduits.StreamSinkConduit

    public class ServerFixedLengthStreamSinkConduit
    extends AbstractFixedLengthStreamSinkConduit
    Author:
    Stuart Douglas
    • Constructor Detail

      • ServerFixedLengthStreamSinkConduit

        public ServerFixedLengthStreamSinkConduit​(org.xnio.conduits.StreamSinkConduit next,
                                                  boolean configurable,
                                                  boolean propagateClose)
        Construct a new instance.
        Parameters:
        next - the next channel
        configurable - true if this instance should pass configuration to the next
        propagateClose - true if this instance should pass close to the next