public class BusAddress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusAddress.AddressBusTypes |
| Constructor and Description |
|---|
BusAddress(String address) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract() |
BusAddress.AddressBusTypes |
getBusType() |
String |
getGuid() |
String |
getHost() |
String |
getPath() |
int |
getPort() |
String |
getRawAddress() |
String |
getType() |
boolean |
hasGuid() |
boolean |
hasHost() |
boolean |
hasPath() |
boolean |
hasPort() |
boolean |
isAbstract() |
boolean |
isListeningSocket() |
boolean |
isServer() |
String |
toString() |
public BusAddress(String address) throws DBusException
DBusExceptionpublic String getType()
public BusAddress.AddressBusTypes getBusType()
public boolean isAbstract()
public boolean isListeningSocket()
public boolean hasPath()
public boolean hasHost()
public boolean hasPort()
public boolean hasGuid()
public String getAbstract()
public String getPath()
public int getPort()
public String getHost()
public String getGuid()
public String getRawAddress()
public boolean isServer()
Copyright © 2020. All rights reserved.