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
,Serializable
,scala.Equals
,scala.Product
public final class UpgradeToOtherProtocolResponseHeader
extends InternalCustomHeader
implements scala.Product, Serializable
Internal API
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class akka.http.scaladsl.model.HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeToOtherProtocolResponseHeader
(akka.stream.scaladsl.Flow<akka.util.ByteString, akka.util.ByteString, Object> handler) -
Method Summary
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.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
-
Constructor Details
-
UpgradeToOtherProtocolResponseHeader
public UpgradeToOtherProtocolResponseHeader(akka.stream.scaladsl.Flow<akka.util.ByteString, akka.util.ByteString, Object> handler)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
handler
-