Class HttpProtocol

java.lang.Object
akka.http.javadsl.model.HttpProtocol
akka.http.scaladsl.model.HttpProtocol
All Implemented Interfaces:
Renderable, SingletonValueRenderable, Serializable, scala.Equals, scala.Product

public final class HttpProtocol extends HttpProtocol implements SingletonValueRenderable, scala.Product, Serializable
The protocol of an HTTP message
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    static String
     
    Returns the String representation of this protocol.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix

    Methods inherited from interface akka.http.impl.util.SingletonValueRenderable

    render
  • Constructor Details

    • HttpProtocol

      public HttpProtocol(String value)
  • Method Details