Class PerMessageDeflate.Negotiated$
java.lang.Object
scala.runtime.AbstractFunction4<WebSocketExtension,Object,Object,WebSocketCompressionSettingsImpl,PerMessageDeflate.Negotiated>
org.apache.pekko.http.impl.engine.ws.PerMessageDeflate.Negotiated$
- All Implemented Interfaces:
Serializable,scala.Function4<WebSocketExtension,Object, Object, WebSocketCompressionSettingsImpl, PerMessageDeflate.Negotiated>
- Enclosing class:
- PerMessageDeflate
public static class PerMessageDeflate.Negotiated$
extends scala.runtime.AbstractFunction4<WebSocketExtension,Object,Object,WebSocketCompressionSettingsImpl,PerMessageDeflate.Negotiated>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PerMessageDeflate.Negotiated$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction4
curried, toString, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Negotiated$
public Negotiated$()
-