Class Http2SettingsHeader
java.lang.Object
org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader
Internal API
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.apache.pekko.util.ByteStringheaderValueToBinary(String value) static Stringname()static scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>>
- 
Constructor Details- 
Http2SettingsHeaderpublic Http2SettingsHeader()
 
- 
- 
Method Details- 
name
- 
headerValueToBinary
- 
parsepublic static scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>> parse(String value, org.apache.pekko.event.LoggingAdapter log) 
 
-