| Package | Description |
|---|---|
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultFuture |
SocketRuntime.rootFuture |
| Modifier and Type | Method and Description |
|---|---|
DefaultFuture |
SocketRuntime.future() |
DefaultFuture |
DefaultFuture.timeoutException(TimeoutException te) |
| Modifier and Type | Method and Description |
|---|---|
SocketRuntime |
DefaultSocket.createRuntime(DefaultFuture future,
Options options,
List<FunctionWrapper> functions) |
SocketRuntime |
AtmosphereSocket.createRuntime(DefaultFuture future,
Options options,
List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions) |
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions) |
| Modifier and Type | Method and Description |
|---|---|
SocketRuntime |
SerializedSocket.createRuntime(DefaultFuture future,
Options options,
List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
List<FunctionWrapper> functions) |
Copyright © 2016. All Rights Reserved.