public interface InteractiveChannel
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.Channel |
getChannel() |
void |
sendResponse(InteractiveResponse response) |
void |
sendResponse(String type,
Throwable t) |
void |
sendResponse(String type,
org.elasticsearch.common.xcontent.XContentBuilder builder) |
org.jboss.netty.channel.Channel getChannel()
void sendResponse(InteractiveResponse response) throws IOException
IOExceptionvoid sendResponse(String type, Throwable t) throws IOException
IOExceptionvoid sendResponse(String type, org.elasticsearch.common.xcontent.XContentBuilder builder) throws IOException
IOExceptionCopyright © 2012–2014. All rights reserved.