public static class RoutedMessage.Route extends Object
Modifier and Type | Field and Description |
---|---|
static Message.Frame |
BLANK |
Constructor and Description |
---|
Route(byte[] address) |
Route(String address) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getAddress() |
List<Message.Frame> |
getRoutingFrames() |
String |
getString() |
int |
hashCode() |
String |
toString() |
public static final Message.Frame BLANK
public Route(String address)
public Route(byte[] address)
public byte[] getAddress()
public String getString()
public List<Message.Frame> getRoutingFrames()
Copyright © 2019. All rights reserved.