| 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(java.util.concurrent.TimeoutException te) |
| Modifier and Type | Method and Description |
|---|---|
SocketRuntime |
DefaultSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions) |
SocketRuntime |
AtmosphereSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions) |
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions) |
| Modifier and Type | Method and Description |
|---|---|
SocketRuntime |
SerializedSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
java.util.List<FunctionWrapper> functions) |
Copyright © 2019. All Rights Reserved.