Interface ConduitFactory<C extends org.xnio.conduits.Conduit>

All Known Implementing Classes:
HttpServerExchange.WrapperConduitFactory, HttpServerExchange.WrapperStreamSinkConduitFactory, ImmediateConduitFactory

public interface ConduitFactory<C extends org.xnio.conduits.Conduit>
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    Create the channel instance.
  • Method Details

    • create

      C create()
      Create the channel instance.
      Returns:
      the channel instance