Package | Description |
---|---|
io.undertow.conduits |
Constructor | Description |
---|---|
FixedLengthStreamSourceConduit(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.
|
Copyright © 2018. All rights reserved.