| Package | Description |
|---|---|
| org.atmosphere.vibe.platform | |
| org.atmosphere.vibe.platform.server |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActions<T>
Base implementation of
Actions. |
class |
ConcurrentActions<T>
Thread-safe implementation of
Actions. |
class |
SimpleActions<T>
Simple implementation of
Actions. |
| Modifier and Type | Method and Description |
|---|---|
Actions<T> |
Actions.add(Action<T> action)
Adds an action.
|
Actions<T> |
AbstractActions.add(Action<T> action) |
Actions<T> |
Actions.disable()
Disables any operation on the actions.
|
Actions<T> |
AbstractActions.disable() |
Actions<T> |
Actions.empty()
Removes all of the actions.
|
Actions<T> |
AbstractActions.empty() |
Actions<T> |
Actions.fire()
Fire all of the actions.
|
Actions<T> |
AbstractActions.fire() |
Actions<T> |
Actions.fire(T data)
Fire all of the actions with the given value.
|
Actions<T> |
AbstractActions.fire(T data) |
Actions<T> |
Actions.remove(Action<T> action)
Removes an action.
|
Actions<T> |
AbstractActions.remove(Action<T> action) |
| Modifier and Type | Field and Description |
|---|---|
protected Actions<ByteBuffer> |
AbstractServerWebSocket.binaryActions |
protected Actions<Void> |
AbstractServerWebSocket.closeActions |
protected Actions<Void> |
AbstractServerHttpExchange.closeActions |
protected Actions<Void> |
AbstractServerHttpExchange.endActions |
protected Actions<Throwable> |
AbstractServerWebSocket.errorActions |
protected Actions<Throwable> |
AbstractServerHttpExchange.errorActions |
protected Actions<String> |
AbstractServerWebSocket.textActions |
Copyright 2014, The Vibe Project