AeroGear Netty SockJS Codec 0.11.0

Uses of Class
org.jboss.aerogear.io.netty.handler.codec.sockjs.transport.AbstractSendTransport

Packages that use AbstractSendTransport
org.jboss.aerogear.io.netty.handler.codec.sockjs.transport Transport implementations for SockJS 
 

Uses of AbstractSendTransport in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport
 

Subclasses of AbstractSendTransport in org.jboss.aerogear.io.netty.handler.codec.sockjs.transport
 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.
 


AeroGear Netty SockJS Codec 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.