Package akka.http.impl.engine.server
Class UpgradeToOtherProtocolResponseHeader
- java.lang.Object
-
- akka.http.javadsl.model.HttpHeader
-
- akka.http.scaladsl.model.HttpHeader
-
- akka.http.javadsl.model.headers.CustomHeader
-
- akka.http.scaladsl.model.headers.CustomHeader
-
- akka.http.impl.engine.server.InternalCustomHeader
-
- akka.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,java.io.Serializable
,scala.Equals
,scala.Product
public final class UpgradeToOtherProtocolResponseHeader extends InternalCustomHeader implements scala.Product, java.io.Serializable
Internal API- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.http.scaladsl.model.HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
-
-
Constructor Summary
Constructors Constructor Description UpgradeToOtherProtocolResponseHeader(akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,java.lang.Object> handler)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,java.lang.Object>
handler()
static java.lang.String
toString()
-
Methods inherited from class akka.http.impl.engine.server.InternalCustomHeader
name, renderInRequests, renderInResponses, value
-
Methods inherited from class akka.http.scaladsl.model.headers.CustomHeader
lowercaseName, render
-
Methods inherited from class akka.http.scaladsl.model.HttpHeader
fastFind, is, isNot, parse, unapply, unsafeToString
-
Methods inherited from class akka.http.javadsl.model.HttpHeader
parse
-
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.ToStringRenderable
toString
-
-