public class WebsocketInfoResponse extends org.elasticsearch.action.support.nodes.NodesOperationResponse<WebsocketInfo> implements org.elasticsearch.common.xcontent.ToXContent
| Constructor and Description |
|---|
WebsocketInfoResponse() |
WebsocketInfoResponse(org.elasticsearch.cluster.ClusterName clusterName,
List<WebsocketInfo> nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
String |
toString() |
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
getAt, getClusterName, getClusterNameAsString, getNodes, getNodesMap, iteratorpublic WebsocketInfoResponse()
public WebsocketInfoResponse(org.elasticsearch.cluster.ClusterName clusterName, List<WebsocketInfo> nodes)
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class org.elasticsearch.action.support.nodes.NodesOperationResponse<WebsocketInfo>IOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class org.elasticsearch.action.support.nodes.NodesOperationResponse<WebsocketInfo>IOExceptionpublic org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
toXContent in interface org.elasticsearch.common.xcontent.ToXContentIOExceptionCopyright © 2012–2014. All rights reserved.