Uses of Class
org.atmosphere.wasync.Socket.STATUS

Packages that use Socket.STATUS
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.transport   
 

Uses of Socket.STATUS in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Socket.STATUS
 Socket.STATUS Transport.status()
          Return the current Socket.STATUS
 Socket.STATUS Socket.status()
          Return the Socket.STATUS of this Socket.
static Socket.STATUS Socket.STATUS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Socket.STATUS[] Socket.STATUS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Socket.STATUS in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return Socket.STATUS
 Socket.STATUS DefaultSocket.status()
           
 

Uses of Socket.STATUS in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport declared as Socket.STATUS
protected  Socket.STATUS StreamTransport.status
           
 

Methods in org.atmosphere.wasync.transport that return Socket.STATUS
 Socket.STATUS WebSocketTransport.status()
          Return the current Socket.STATUS
 Socket.STATUS StreamTransport.status()
          Return the current Socket.STATUS
 



Copyright © 2013. All Rights Reserved.