Class HttpProtocol

java.lang.Object
akka.http.javadsl.model.HttpProtocol
Direct Known Subclasses:
HttpProtocol

public abstract class HttpProtocol extends Object
Represents an Http protocol (currently only HTTP/1.0 or HTTP/1.1). See HttpProtocols for the predefined constants for the supported protocols.
See Also:
  • Constructor Details

    • HttpProtocol

      public HttpProtocol()
  • Method Details

    • value

      public abstract String value()
      Returns the String representation of this protocol.