Uses of Class
io.undertow.conduits.FixedLengthStreamSourceConduit
Packages that use FixedLengthStreamSourceConduit
-
Uses of FixedLengthStreamSourceConduit in io.undertow.conduits
Constructor parameters in io.undertow.conduits with type arguments of type FixedLengthStreamSourceConduitModifierConstructorDescriptionFixedLengthStreamSourceConduit
(org.xnio.conduits.StreamSourceConduit next, long contentLength, ConduitListener<? super FixedLengthStreamSourceConduit> finishListener) Construct a new instance.FixedLengthStreamSourceConduit
(org.xnio.conduits.StreamSourceConduit next, long contentLength, ConduitListener<? super FixedLengthStreamSourceConduit> finishListener, HttpServerExchange exchange) Construct a new instance.