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 Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpProtocol
public HttpProtocol()
-
-
Method Details
-
value
Returns the String representation of this protocol.
-