Package akka.http.scaladsl.server
Class ExpectedWebSocketRequestRejection$
- java.lang.Object
-
- akka.http.scaladsl.server.ExpectedWebSocketRequestRejection$
-
- All Implemented Interfaces:
ExpectedWebSocketRequestRejection
,Rejection
,Rejection
,java.io.Serializable
,scala.Equals
,scala.Product
public class ExpectedWebSocketRequestRejection$ extends java.lang.Object implements ExpectedWebSocketRequestRejection, Rejection, scala.Product, java.io.Serializable
Rejection created when a websocket request was expected but none was found.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ExpectedWebSocketRequestRejection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ExpectedWebSocketRequestRejection$()
-
-
-
Field Detail
-
MODULE$
public static final ExpectedWebSocketRequestRejection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-