Class UpgradeToOtherProtocolResponseHeader
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpHeader
org.apache.pekko.http.scaladsl.model.HttpHeader
org.apache.pekko.http.javadsl.model.headers.CustomHeader
org.apache.pekko.http.scaladsl.model.headers.CustomHeader
org.apache.pekko.http.impl.engine.server.InternalCustomHeader
org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- scala.Equals,- scala.Product
public final class UpgradeToOtherProtocolResponseHeader
extends InternalCustomHeader
implements scala.Product, Serializable
Internal API
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.model.HttpHeaderHttpHeader.ParsingResult, HttpHeader.ParsingResult$
- 
Constructor SummaryConstructorsConstructorDescriptionUpgradeToOtherProtocolResponseHeader(org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, Object> handler) 
- 
Method SummaryMethods inherited from class org.apache.pekko.http.impl.engine.server.InternalCustomHeadername, renderInRequests, renderInResponses, valueMethods inherited from class org.apache.pekko.http.scaladsl.model.headers.CustomHeaderlowercaseName, renderMethods inherited from class org.apache.pekko.http.scaladsl.model.HttpHeaderfastFind, is, isNot, parse, unapply, unsafeToStringMethods inherited from class org.apache.pekko.http.javadsl.model.HttpHeaderparseMethods 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.ToStringRenderabletoString
- 
Constructor Details- 
UpgradeToOtherProtocolResponseHeaderpublic UpgradeToOtherProtocolResponseHeader(org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, Object> handler) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1) 
- 
toString
- 
handlerpublic org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, handler()Object> 
 
-