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,java.io.Serializable,scala.Equals,scala.Product
public final class HttpProtocol extends HttpProtocol implements SingletonValueRenderable, scala.Product, java.io.Serializable
The protocol of an HTTP message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpProtocol(java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static Rapply(T1 v1)static java.lang.StringtoString()java.lang.Stringvalue()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.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.impl.util.SingletonValueRenderable
render
-
-
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1)
-
toString
public static java.lang.String toString()
-
value
public java.lang.String value()
Description copied from class:HttpProtocolReturns the String representation of this protocol.- Specified by:
valuein interfaceSingletonValueRenderable- Specified by:
valuein classHttpProtocol
-
-