Class HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit>

  • All Implemented Interfaces:
    ConduitFactory<T>
    Enclosing class:
    HttpServerExchange

    public static class HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit>
    extends java.lang.Object
    implements ConduitFactory<T>
    • Method Detail

      • 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