Package akka.http.javadsl.model
Class HttpProtocol
java.lang.Object
akka.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.
-