Class Http2SettingsHeader$
java.lang.Object
org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
Internal API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Http2SettingsHeader$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.util.ByteStringheaderValueToBinary(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
- 
parsepublic scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>> parse(String value, org.apache.pekko.event.LoggingAdapter log) 
 
-