public class WebsocketInfo extends org.elasticsearch.action.support.nodes.NodeOperationResponse
Constructor and Description |
---|
WebsocketInfo(org.elasticsearch.cluster.node.DiscoveryNode node,
org.elasticsearch.common.transport.InetSocketTransportAddress address) |
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.common.transport.InetSocketTransportAddress |
getAddress() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
static WebsocketInfo |
readInfo(org.elasticsearch.common.io.stream.StreamInput in) |
getNode, writeTo
public WebsocketInfo(org.elasticsearch.cluster.node.DiscoveryNode node, org.elasticsearch.common.transport.InetSocketTransportAddress address)
public org.elasticsearch.common.transport.InetSocketTransportAddress getAddress()
public static WebsocketInfo readInfo(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
IOException
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
readFrom
in class org.elasticsearch.action.support.nodes.NodeOperationResponse
IOException
Copyright © 2012–2014. All rights reserved.