| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Field and Description |
|---|---|
Entry.TYPE |
Entry.type |
| Modifier and Type | Method and Description |
|---|---|
static Entry.TYPE |
Entry.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entry.TYPE[] |
Entry.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Entry(Entry.TYPE type,
java.lang.Object originalMessage,
java.lang.Object message,
AtmosphereResource r,
BroadcasterFuture<?> future,
CacheMessage cache,
boolean writeLocally,
java.util.Set<AtmosphereResource> resources,
boolean async) |
Copyright © 2018. All Rights Reserved.