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
IOException
void sendResponse(String type, Throwable t) throws IOException
IOException
void sendResponse(String type, org.elasticsearch.common.xcontent.XContentBuilder builder) throws IOException
IOException
Copyright © 2012–2014. All rights reserved.