- 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- theConnectionMetaDataassociated with the channel.- Returns:
- a new
HttpChannelinstance.
-