| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport | |
| org.atmosphere.wasync.util |
| Modifier and Type | Method and Description |
|---|---|
Future |
Future.finishOrThrowException()
Mark the future done.
|
Future |
Socket.fire(Object data)
Send data to the remote Server.
|
Future |
Future.fire(Object message)
Send data to the remote Server.
|
Future |
Future.ioException(IOException t)
If an exception occurs, the
Transport will set it using this method. |
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.connectedFuture(Future f)
Set the
Future, which will unlock the Socket.fire(java.lang.Object) method once the connection has been fully established. |
void |
Transport.future(Future f)
Set the
Future, which can be used to clone the connection. |
| Modifier and Type | Method and Description |
|---|---|
Future |
DefaultFuture.finishOrThrowException()
Mark the future done.
|
Future |
DefaultSocket.fire(Object data)
Send data to the remote Server.
|
Future |
DefaultFuture.fire(Object data)
Send data to the remote Server.
|
Future |
DefaultFuture.ioException(IOException t)
If an exception occurs, the
Transport will set it using this method. |
Future |
SocketRuntime.write(Request request,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
Future |
SerialSocketRuntime.write(Request request,
Object data) |
| Modifier and Type | Field and Description |
|---|---|
protected Future |
StreamTransport.connectOperationFuture |
protected Future |
StreamTransport.underlyingFuture |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketTransport.connectedFuture(Future f) |
void |
StreamTransport.connectedFuture(Future f) |
void |
WebSocketTransport.future(Future f)
Set the
Future, which can be used to clone the connection. |
void |
StreamTransport.future(Future f)
Set the
Future, which can be used to clone the connection. |
| Modifier and Type | Method and Description |
|---|---|
Future |
FutureProxy.finishOrThrowException() |
Future |
FutureProxy.fire(Object data) |
Future |
FutureProxy.ioException(IOException t) |
Copyright © 2014. All Rights Reserved.