|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||