Uses of Interface
org.eclipse.jetty.websocket.WebSocket

Uses of WebSocket in org.eclipse.jetty.websocket
 

Subinterfaces of WebSocket in org.eclipse.jetty.websocket
static interface WebSocket.OnBinaryMessage
          A nested WebSocket interface for receiving binary messages
static interface WebSocket.OnControl
          A nested WebSocket interface for receiving control messages
static interface WebSocket.OnFrame
          A nested WebSocket interface for receiving any websocket frame
static interface WebSocket.OnTextMessage
           
 

Methods in org.eclipse.jetty.websocket that return WebSocket
 WebSocket WebSocketFactory.Acceptor.doWebSocketConnect(javax.servlet.http.HttpServletRequest request, String protocol)
          Factory method that applications needs to implement to return a WebSocket object.
 

Methods in org.eclipse.jetty.websocket with parameters of type WebSocket
 void WebSocketFactory.upgrade(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, WebSocket websocket, String protocol)
          Upgrade the request/response to a WebSocket Connection.
 



Copyright © 2012. All Rights Reserved.