public class DummyTransportAddress extends Object implements TransportAddress
Modifier and Type | Field and Description |
---|---|
static DummyTransportAddress |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in) |
boolean |
sameHost(TransportAddress other) |
short |
uniqueAddressTypeId() |
void |
writeTo(StreamOutput out) |
public static final DummyTransportAddress INSTANCE
public short uniqueAddressTypeId()
uniqueAddressTypeId
in interface TransportAddress
public boolean sameHost(TransportAddress other)
sameHost
in interface TransportAddress
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
Copyright © 2009–2015. All rights reserved.