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
IOException
public NettyInteractiveResponse(String type, Map<String,Object> map) throws IOException
IOException
public NettyInteractiveResponse(String type, Throwable t)
public String type()
type
in interface InteractiveResponse
public org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame response() throws IOException
response
in interface InteractiveResponse
IOException
Copyright © 2012–2014. All rights reserved.