Uses of Class
org.atmosphere.websocket.WebSocketProcessor.WebSocketException

Packages that use WebSocketProcessor.WebSocketException
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Uses of WebSocketProcessor.WebSocketException in org.atmosphere.websocket
 

Methods in org.atmosphere.websocket with parameters of type WebSocketProcessor.WebSocketException
 void WebSocketProtocol.onError(WebSocket webSocket, WebSocketProcessor.WebSocketException t)
          Invoked when an error occurs.
 

Uses of WebSocketProcessor.WebSocketException in org.atmosphere.websocket.protocol
 

Methods in org.atmosphere.websocket.protocol with parameters of type WebSocketProcessor.WebSocketException
 void SimpleHttpProtocol.onError(WebSocket webSocket, WebSocketProcessor.WebSocketException t)
          Invoked when an error occurs.
 void EchoProtocol.onError(WebSocket webSocket, WebSocketProcessor.WebSocketException t)
          Invoked when an error occurs.
 



Copyright © 2012. All Rights Reserved.