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

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

Uses of SocketRuntime in org.atmosphere.wasync.impl
 

Subclasses of SocketRuntime in org.atmosphere.wasync.impl
 class AtmosphereSocketRuntime
          Atmosphere Specific protocol information.
 

Fields in org.atmosphere.wasync.impl declared as SocketRuntime
protected  SocketRuntime DefaultSocket.socketRuntime
           
 

Methods in org.atmosphere.wasync.impl that return SocketRuntime
 SocketRuntime DefaultSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
           
 SocketRuntime AtmosphereSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
          
protected  SocketRuntime DefaultSocket.internalSocket()
           
 

Uses of SocketRuntime in org.atmosphere.wasync.serial
 

Subclasses of SocketRuntime in org.atmosphere.wasync.serial
 class SerialSocketRuntime
          Serial extension for the SocketRuntime
 

Methods in org.atmosphere.wasync.serial that return SocketRuntime
 SocketRuntime SerializedSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
           
 



Copyright © 2013. All Rights Reserved.