Package org.eclipse.jetty.server
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 Summary
-
Method Details
-
newHttpChannel
- Parameters:
connectionMetaData
- theConnectionMetaData
associated with the channel.- Returns:
- a new
HttpChannel
instance.
-