Package akka.http.scaladsl.model
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 -
Method Summary
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
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
value
Description copied from class:HttpProtocol
Returns the String representation of this protocol.- Specified by:
value
in interfaceSingletonValueRenderable
- Specified by:
value
in classHttpProtocol
-