Uses of Class
org.atmosphere.wasync.impl.DefaultSocket

Packages that use DefaultSocket
org.atmosphere.wasync.impl   
org.atmosphere.wasync.serial   
 

Uses of DefaultSocket in org.atmosphere.wasync.impl
 

Subclasses of DefaultSocket in org.atmosphere.wasync.impl
 class AtmosphereSocket
           
 

Constructors in org.atmosphere.wasync.impl with parameters of type DefaultSocket
DefaultFuture(DefaultSocket socket)
           
 

Uses of DefaultSocket in org.atmosphere.wasync.serial
 

Subclasses of DefaultSocket in org.atmosphere.wasync.serial
 class SerializedSocket
          SerializedSocket is a Socket implementation that guarantees ordered message delivery of Socket.fire(Object) calls, by serializing fire calls over a SerializedFireStage.
 



Copyright © 2013. All Rights Reserved.