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.
 Socket Socket.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
 

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)
           
protected  Socket DefaultSocket.connect(com.ning.http.client.RequestBuilder r, List<Transport> transports, long timeout, TimeUnit tu)
           
 Socket DefaultClient.create()
           
 Socket AtmosphereClient.create()
           
 Socket DefaultClient.create(Options options)
           
 Socket AtmosphereClient.create(Options options)
           
 Socket DefaultFuture.get()
           
 Socket DefaultFuture.get(long timeout, TimeUnit unit)
           
protected  Socket AtmosphereClient.getSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient, Options options)
           
protected  Socket DefaultClient.getSocket(Options options)
           
 Socket DefaultSocket.on(Function<? extends Object> function)
           
 Socket DefaultSocket.on(String functionName, Function<? extends Object> function)
           
 Socket DefaultSocket.open(Request request)
           
 Socket DefaultSocket.open(Request request, long timeout, TimeUnit tu)
           
protected  Socket DefaultFuture.socket()
           
 

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



Copyright © 2013. All Rights Reserved.