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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DefaultFactory
public DefaultFactory() 
 - 
 - 
Method Details
- 
newHttpChannel
- Specified by:
 newHttpChannelin interfaceHttpChannel.Factory- Parameters:
 connectionMetaData- theConnectionMetaDataassociated with the channel.- Returns:
 - a new 
HttpChannelinstance. 
 
 -