Class HttpProtocol
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpProtocol
- Direct Known Subclasses:
- HttpProtocol
Represents an Http protocol (currently only HTTP/1.0 or HTTP/1.1). See 
HttpProtocols for
 the predefined constants for the supported protocols.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HttpProtocolpublic HttpProtocol()
 
- 
- 
Method Details- 
valueReturns the String representation of this protocol.
 
-