Class ServerFixedLengthStreamSinkConduit

java.lang.Object
org.xnio.conduits.AbstractConduit<D>
org.xnio.conduits.AbstractSinkConduit<D>
org.xnio.conduits.AbstractStreamSinkConduit<org.xnio.conduits.StreamSinkConduit>
io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
io.undertow.server.protocol.http.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 Details

    • 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
  • Method Details