Home
last modified time | relevance | path

Searched defs:WebSocketException (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DWebSocketException.java7 public class WebSocketException extends IOException { class
11 public WebSocketException(Exception cause) { in WebSocketException() method in WebSocketException
15 public WebSocketException(CloseCode code, String reason) { in WebSocketException() method in WebSocketException
19 public WebSocketException(CloseCode code, String reason, Exception cause) { in WebSocketException() method in WebSocketException