Package akka.http.javadsl.model
Class HttpProtocol
- java.lang.Object
-
- akka.http.javadsl.model.HttpProtocol
-
- Direct Known Subclasses:
HttpProtocol
public abstract class HttpProtocol extends java.lang.Object
Represents an Http protocol (currently only HTTP/1.0 or HTTP/1.1). SeeHttpProtocols
for the predefined constants for the supported protocols.
-
-
Constructor Summary
Constructors Constructor Description HttpProtocol()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
value()
Returns the String representation of this protocol.
-