Package org.eclipse.jetty.server
Class HttpChannel.DefaultFactory
java.lang.Object
org.eclipse.jetty.server.HttpChannel.DefaultFactory
- All Implemented Interfaces:
HttpChannel.Factory
- Enclosing interface:
- HttpChannel
The factory that creates default implementations of HttpChannel
.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultFactory
public DefaultFactory()
-
-
Method Details
-
newHttpChannel
- Specified by:
newHttpChannel
in interfaceHttpChannel.Factory
- Parameters:
connectionMetaData
- theConnectionMetaData
associated with the channel.- Returns:
- a new
HttpChannel
instance.
-