Uses of Interface
org.atmosphere.wasync.Socket

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

Uses of Socket in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Socket
 Socket Client.create()
          Create a Socket
 Socket Client.create(Options options)
          Create a Socket configured using the Options
 Socket Socket.on(Function<? extends Object> function)
          Associate a Function with the Socket.
 Socket Socket.on(String functionMessage, Function<? extends Object> function)
          Associate a Function with the Socket.
 Socket Socket.open(Request request)
          Connect to the remote Server using the Request's information.
 

Uses of Socket in org.atmosphere.wasync.impl
 

Classes in org.atmosphere.wasync.impl that implement Socket
 class DefaultSocket
           
 

Methods in org.atmosphere.wasync.impl that return Socket
protected  Socket DefaultSocket.connect(com.ning.http.client.RequestBuilder r, List<Transport> transports)
           
 Socket DefaultClient.create()
           
 Socket DefaultClient.create(Options options)
           
 Socket DefaultFuture.get()
           
 Socket DefaultFuture.get(long timeout, TimeUnit unit)
           
 Socket DefaultSocket.on(Function<? extends Object> function)
           
 Socket DefaultSocket.on(String functionName, Function<? extends Object> function)
           
 Socket DefaultSocket.open(Request request)
           
protected  Socket DefaultFuture.socket()
           
 

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



Copyright © 2012. All Rights Reserved.