Uses of Interface
org.atmosphere.wasync.Socket

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

Uses of Socket in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Socket
 Socket Client.create()
          Create a Socket
 Socket Client.create(O options)
          Create a Socket configured using the Options
 Socket Socket.on(Event event, Function<?> function)
          Associate a Function with an Event.
 Socket Socket.on(Function<?> function)
          Associate a Function with the Socket.
 Socket Socket.on(String functionMessage, Function<?> function)
          Associate a Function with the Socket.
 Socket Socket.open(Request request)
          Connect to the remote Server using the Request's information.
 Socket Socket.open(Request request, long timeout, TimeUnit unit)
          Connect to the remote Server using the Request's information, will timeout if the connection failed to open within a certain time
 

Uses of Socket in org.atmosphere.wasync.impl
 

Classes in org.atmosphere.wasync.impl that implement Socket
 class AtmosphereSocket
           
 class DefaultSocket
          Default implementation of the Socket
 

Methods in org.atmosphere.wasync.impl that return Socket
protected  Socket DefaultSocket.connect(com.ning.http.client.RequestBuilder r, List<Transport> transports)
           
protected  Socket DefaultSocket.connect(com.ning.http.client.RequestBuilder r, List<Transport> transports, long timeout, TimeUnit tu)
           
 Socket DefaultClient.create()
          Create a Socket
static Socket ClientUtil.create()
           
 Socket AtmosphereClient.create()
          Create a Socket
static Socket ClientUtil.create(Class<? extends Socket> socket)
           
 Socket DefaultClient.create(DefaultOptions options)
          Create a Socket configured using the Options
 Socket AtmosphereClient.create(DefaultOptions options)
          Create a Socket configured using the Options
static Socket ClientUtil.create(Options options)
           
static Socket ClientUtil.create(Options options, Class<? extends Socket> socket)
           
 Socket DefaultFuture.get()
          
 Socket DefaultFuture.get(long timeout, TimeUnit unit)
          
static Socket ClientUtil.getSocket(Options options, Class<? extends Socket> socket)
           
 Socket DefaultSocket.on(Event event, Function<?> function)
           
 Socket DefaultSocket.on(Function<? extends Object> function)
          Associate a Function with the Socket.
 Socket DefaultSocket.on(String functionName, Function<? extends Object> function)
          Associate a Function with the Socket.
 Socket DefaultSocket.open(Request request)
           
 Socket DefaultSocket.open(Request request, long timeout, TimeUnit tu)
          Connect to the remote Server using the Request's information, will timeout if the connection failed to open within a certain time
protected  Socket DefaultFuture.socket()
           
 

Method parameters in org.atmosphere.wasync.impl with type arguments of type Socket
static Socket ClientUtil.create(Class<? extends Socket> socket)
           
static Socket ClientUtil.create(Options options, Class<? extends Socket> socket)
           
static Socket ClientUtil.getSocket(Options options, Class<? extends Socket> socket)
           
 

Uses of Socket in org.atmosphere.wasync.serial
 

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

Methods in org.atmosphere.wasync.serial that return Socket
 Socket SerializedClient.create()
          Create a Socket
 Socket SerializedClient.create(SerializedOptions options)
          Create a Socket configured using the Options
 



Copyright © 2013. All Rights Reserved.