Package io.undertow.server
Class HttpServerExchange.WrapperStreamSinkConduitFactory
java.lang.Object
io.undertow.server.HttpServerExchange.WrapperStreamSinkConduitFactory
- All Implemented Interfaces:
ConduitFactory<org.xnio.conduits.StreamSinkConduit>
- Enclosing class:
- HttpServerExchange
public static class HttpServerExchange.WrapperStreamSinkConduitFactory
extends Object
implements ConduitFactory<org.xnio.conduits.StreamSinkConduit>
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperStreamSinkConduitFactory
(ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[] wrappers, int wrapperCount, HttpServerExchange exchange, org.xnio.conduits.StreamSinkConduit first) -
Method Summary
Modifier and TypeMethodDescriptionorg.xnio.conduits.StreamSinkConduit
create()
Create the channel instance.
-
Constructor Details
-
WrapperStreamSinkConduitFactory
public WrapperStreamSinkConduitFactory(ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[] wrappers, int wrapperCount, HttpServerExchange exchange, org.xnio.conduits.StreamSinkConduit first)
-
-
Method Details
-
create
public org.xnio.conduits.StreamSinkConduit create()Description copied from interface:ConduitFactory
Create the channel instance.- Specified by:
create
in interfaceConduitFactory<org.xnio.conduits.StreamSinkConduit>
- Returns:
- the channel instance
-