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