Class PerMessageDeflate$
java.lang.Object
org.apache.pekko.http.impl.engine.ws.PerMessageDeflate$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PerMessageDeflate$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<PerMessageDeflate.Negotiated>negotiate(scala.collection.immutable.Seq<WebSocketExtension> requested, WebSocketCompressionSettingsImpl settings)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PerMessageDeflate$
public PerMessageDeflate$()
-
-
Method Details
-
negotiate
public scala.Option<PerMessageDeflate.Negotiated> negotiate(scala.collection.immutable.Seq<WebSocketExtension> requested, WebSocketCompressionSettingsImpl settings)
-