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) |
String |
toString() |
short |
uniqueAddressTypeId() |
void |
writeTo(StreamOutput out) |
public static final DummyTransportAddress INSTANCE
public short uniqueAddressTypeId()
uniqueAddressTypeId in interface TransportAddresspublic boolean sameHost(TransportAddress other)
sameHost in interface TransportAddresspublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2016. All rights reserved.