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 Details

  • Method Details

    • create

      public T create()
      Description copied from interface: ConduitFactory
      Create the channel instance.
      Specified by:
      create in interface ConduitFactory<T extends org.xnio.conduits.Conduit>
      Returns:
      the channel instance