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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.SingletonValueRenderablerender
- 
Constructor Details- 
HttpProtocol
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1) 
- 
toString
- 
valueDescription copied from class:HttpProtocolReturns the String representation of this protocol.- Specified by:
- valuein interface- SingletonValueRenderable
- Specified by:
- valuein class- HttpProtocol
 
 
-