Class ConnectionRejected
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.ConnectionRejected
-
public class ConnectionRejected extends Object
A class used byIWebSocketConnectionFilter
s when they need to reject a connection
-
-
Constructor Summary
Constructors Constructor Description ConnectionRejected(int code, String reason)
Constructor
-
-
-
Constructor Detail
-
ConnectionRejected
public ConnectionRejected(int code, String reason)
Constructor- Parameters:
code
- The error codereason
- The reason to reject the connection
-
-