Interface HttpChannel.Factory

All Known Implementing Classes:
HttpChannel.DefaultFactory
Enclosing interface:
HttpChannel

public static interface HttpChannel.Factory

A factory for HttpChannel instances.

See Also:
  • Method Details

    • newHttpChannel

      HttpChannel newHttpChannel(ConnectionMetaData connectionMetaData)
      Parameters:
      connectionMetaData - the ConnectionMetaData associated with the channel.
      Returns:
      a new HttpChannel instance.