Class ConnectionRejected
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.ConnectionRejected
-
public class ConnectionRejected extends java.lang.ObjectA class used byIWebSocketConnectionFilters when they need to reject a connection
-
-
Constructor Summary
Constructors Constructor Description ConnectionRejected(int code, java.lang.String reason)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()java.lang.StringgetReason()
-