public class NettyInteractiveResponse extends Object implements InteractiveResponse
| Constructor and Description |
|---|
NettyInteractiveResponse(String type,
Map<String,Object> map) |
NettyInteractiveResponse(String type,
Throwable t) |
NettyInteractiveResponse(String type,
org.elasticsearch.common.xcontent.XContentBuilder builder) |
public NettyInteractiveResponse(String type, org.elasticsearch.common.xcontent.XContentBuilder builder) throws IOException
IOExceptionpublic NettyInteractiveResponse(String type, Map<String,Object> map) throws IOException
IOExceptionpublic NettyInteractiveResponse(String type, Throwable t)
public String type()
type in interface InteractiveResponsepublic org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame response() throws IOException
response in interface InteractiveResponseIOExceptionCopyright © 2012–2014. All rights reserved.