See: Description
| Class | Description |
|---|---|
| AbstractSendTransport |
A common base class for SockJS transports that send messages to a SockJS service.
|
| EventSourceTransport |
EventSource transport is an streaming transport in that is maintains a persistent
connection from the server to the client over which the server can send messages.
|
| HtmlFileTransport |
A streaming transport for SockJS.
|
| JsonpPollingTransport |
JSON Padding (JSONP) Polling is a transport where there is no open connection between
the client and the server.
|
| JsonpSendTransport |
JSON Padding (JSONP) Polling is a transport where there is no open connection between
the client and the server.
|
| RawWebSocketTransport |
WebSocketTransport is responsible for the WebSocket handshake and
also for receiving WebSocket frames.
|
| Transports |
Transports contains constants, enums, and utility methods that are
common across transport implementations.
|
| WebSocketHAProxyHandshaker |
An extension of
WebSocketServerHandshaker00 which handles Hixie76
upgrade requests that plays nicely with HAProxy. |
| WebSocketHAProxyTransport |
WebSocketTransport is responsible for the WebSocket handshake and
also for receiving WebSocket frames.
|
| WebSocketTransport |
WebSocketTransport is responsible for the WebSocket handshake and
also for receiving WebSocket frames.
|
| XhrPollingTransport |
XMLHttpRequest (XHR) Polling is a transport where there is no open connection between
the client and the server.
|
| XhrSendTransport |
XMLHttpRequest (XHR) streaming transport is a transport where a persistent
connection is maintained between the server and the client, over which the
server can send HTTP chunks.
|
| XhrStreamingTransport |
XMLHttpRequest (XHR) streaming transport is a transport where a persistent
connection is maintained between the server and the client, over which the
server can send HTTP chunks.
|
| Enum | Description |
|---|---|
| Transports.Type |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.