Class Http2SettingsHeader$
java.lang.Object
org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
Internal API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Http2SettingsHeader$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.util.ByteString
headerValueToBinary
(String value) name()
scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Http2SettingsHeader$
public Http2SettingsHeader$()
-
-
Method Details
-
name
-
headerValueToBinary
-
parse
public scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>> parse(String value, org.apache.pekko.event.LoggingAdapter log)
-