Uses of Class
com.github.nkzawa.engineio.client.Transport

Packages that use Transport
com.github.nkzawa.engineio.client   
com.github.nkzawa.engineio.client.transports   
 

Uses of Transport in com.github.nkzawa.engineio.client
 

Methods in com.github.nkzawa.engineio.client that return Transport
 Transport Transport.close()
           
protected  Transport Transport.onError(String msg, Exception desc)
           
 Transport Transport.open()
           
 

Uses of Transport in com.github.nkzawa.engineio.client.transports
 

Subclasses of Transport in com.github.nkzawa.engineio.client.transports
 class Polling
           
 class PollingXHR
           
 class WebSocket
           
 



Copyright © 2014. All rights reserved.