|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Socket | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.util | |
| 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(java.lang.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,
java.util.concurrent.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,
java.util.List<Transport> transports,
long timeout,
java.util.concurrent.TimeUnit tu)
|
Socket |
DefaultClient.create()
Create a Socket |
static Socket |
ClientUtil.create()
|
Socket |
AtmosphereClient.create()
Create a Socket |
static Socket |
ClientUtil.create(java.lang.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,
java.lang.Class<? extends Socket> socket)
|
Socket |
DefaultFuture.get()
|
Socket |
DefaultFuture.get(long timeout,
java.util.concurrent.TimeUnit unit)
|
static Socket |
ClientUtil.getSocket(Options options,
java.lang.Class<? extends Socket> socket)
|
Socket |
DefaultSocket.on(Event event,
Function<?> function)
|
Socket |
DefaultSocket.on(Function<? extends java.lang.Object> function)
Associate a Function with the Socket. |
Socket |
DefaultSocket.on(java.lang.String functionName,
Function<? extends java.lang.Object> function)
Associate a Function with the Socket. |
Socket |
DefaultSocket.open(Request request)
|
Socket |
DefaultSocket.open(Request request,
long timeout,
java.util.concurrent.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(java.lang.Class<? extends Socket> socket)
|
static Socket |
ClientUtil.create(Options options,
java.lang.Class<? extends Socket> socket)
|
static Socket |
ClientUtil.getSocket(Options options,
java.lang.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 |
| Uses of Socket in org.atmosphere.wasync.util |
|---|
| Methods in org.atmosphere.wasync.util that return Socket | |
|---|---|
Socket |
FutureProxy.get()
|
Socket |
FutureProxy.get(long timeout,
java.util.concurrent.TimeUnit unit)
|
| Constructors in org.atmosphere.wasync.util with parameters of type Socket | |
|---|---|
FutureProxy(Socket socket,
T proxyiedFuture)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||