Class Http2SettingsHeader
java.lang.Object
org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader
Internal API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.util.ByteString
headerValueToBinary
(String value) static String
name()
static scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>>
-
Constructor Details
-
Http2SettingsHeader
public Http2SettingsHeader()
-
-
Method Details
-
name
-
headerValueToBinary
-
parse
public static scala.util.Try<scala.collection.immutable.Seq<FrameEvent.Setting>> parse(String value, org.apache.pekko.event.LoggingAdapter log)
-