| Package | Description |
|---|---|
| org.jboss.aerogear.io.netty.handler.codec.sockjs.transport |
Transport implementations for SockJS
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonpSendTransport
JSON Padding (JSONP) Polling is a transport where there is no open connection between
the client and the server.
|
class |
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.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.