Package | Description |
---|---|
org.xbib.elasticsearch.http.netty | |
org.xbib.elasticsearch.http.netty.client | |
org.xbib.elasticsearch.websocket.client |
Modifier and Type | Method and Description |
---|---|
void |
NettyInteractiveRequest.send(WebSocketClient client) |
Modifier and Type | Interface and Description |
---|---|
interface |
NettyWebSocketClient
A Websocket client.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyWebSocketClientHandler
Handles socket communication for a connected WebSocket client.
|
Modifier and Type | Method and Description |
---|---|
WebSocketClient |
NettyWebSocketClientFactory.newClient(URI url,
WebSocketActionListener listener)
Create a new WebSocket client
|
Modifier and Type | Method and Description |
---|---|
void |
NettyWebSocketBulkRequest.send(WebSocketClient client) |
Modifier and Type | Interface and Description |
---|---|
interface |
WebSocketActionListener<C extends WebSocketClient,F extends org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame>
Listening to WebSocket actions.
|
Modifier and Type | Method and Description |
---|---|
WebSocketClient |
WebSocketClientFactory.newClient(URI resourceIdentifier,
WebSocketActionListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketActionListener.Adapter.onConnect(WebSocketClient client) |
void |
WebSocketActionListener.Adapter.onDisconnect(WebSocketClient client) |
void |
WebSocketActionListener.Adapter.onMessage(WebSocketClient client,
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame frame) |
void |
WebSocketClientRequest.send(WebSocketClient client) |
void |
WebSocketClientBulkRequest.send(WebSocketClient client) |
Copyright © 2012–2014. All rights reserved.