ConduitFactory<T>
public static class HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit> extends java.lang.Object implements ConduitFactory<T>
Constructor | Description |
---|---|
WrapperConduitFactory(ConduitWrapper<T>[] wrappers,
int wrapperCount,
T first,
HttpServerExchange exchange) |
Modifier and Type | Method | Description |
---|---|---|
T |
create() |
Create the channel instance.
|
public WrapperConduitFactory(ConduitWrapper<T>[] wrappers, int wrapperCount, T first, HttpServerExchange exchange)
public T create()
ConduitFactory
create
in interface ConduitFactory<T extends org.xnio.conduits.Conduit>
Copyright © 2018. All rights reserved.