public class UdsAddress extends LocalAddress implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
UdsAddress()
Default Constructor
|
UdsAddress(String path)
Parameterized constructor
|
UdsAddress(UdsAddress udsAddressObj)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
String |
getPath()
Gets Path
|
int |
hashCode()
Calculate code for hashing based on member contents
|
void |
setPath(String path)
Sets Path
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public UdsAddress()
public UdsAddress(UdsAddress udsAddressObj)
udsAddressObj - reference to the object to be copiedpublic UdsAddress(String path)
path - Unix domain socket server pathpublic String getPath()
public void setPath(String path)
path - Unix domain socket server pathpublic String toString()
toString in class LocalAddresspublic boolean equals(Object obj)
equals in class LocalAddressobj - Reference to the object to compare topublic int hashCode()
hashCode in class LocalAddressCopyright © 2021. All rights reserved.