Package | Description |
---|---|
org.xbib.elasticsearch.http | |
org.xbib.elasticsearch.websocket |
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.internalPresence(Presence presence,
String topic,
org.jboss.netty.channel.Channel channel) |
void |
WebSocketServerAdapter.presence(Presence presence,
String topic,
org.jboss.netty.channel.Channel channel)
Emit a presence event.
|
Modifier and Type | Method and Description |
---|---|
static Presence |
Presence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Presence[] |
Presence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractiveController.presence(Presence presence,
String topic,
org.jboss.netty.channel.Channel channel) |
Copyright © 2012–2014. All rights reserved.