Class HttpProtocol
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpProtocol
org.apache.pekko.http.scaladsl.model.HttpProtocol
- All Implemented Interfaces:
Serializable,Renderable,SingletonValueRenderable,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, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.SingletonValueRenderable
render
-
Constructor Details
-
HttpProtocol
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
value
Description copied from class:HttpProtocolReturns the String representation of this protocol.- Specified by:
valuein interfaceSingletonValueRenderable- Specified by:
valuein classHttpProtocol
-