public class SpeedyHost extends Object
| Constructor and Description |
|---|
SpeedyHost(String name,
byte[] ipAddressBytes,
int port) |
SpeedyHost(String name,
String ipAddress,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getIpAddressAsBytes() |
String |
getName() |
int |
getPort() |
SocketAddress |
getSocketAddress() |
int |
hashCode() |
byte[] |
marshalled() |
String |
toString() |
static SpeedyHost |
unmarshall(byte[] message) |
public SpeedyHost(String name, byte[] ipAddressBytes, int port)
public String getName()
public int getPort()
public byte[] getIpAddressAsBytes()
public byte[] marshalled()
public static SpeedyHost unmarshall(byte[] message)
public SocketAddress getSocketAddress()
Copyright © 2018. All rights reserved.