Class ConnectionRejected

java.lang.Object
org.apache.wicket.protocol.ws.api.ConnectionRejected

public class ConnectionRejected extends Object
A class used by IWebSocketConnectionFilters when they need to reject a connection
  • Constructor Details

    • ConnectionRejected

      public ConnectionRejected(int code, String reason)
      Constructor
      Parameters:
      code - The error code
      reason - The reason to reject the connection
  • Method Details