Class TcpBusAddress
- java.lang.Object
-
- org.freedesktop.dbus.connections.BusAddress
-
- org.freedesktop.dbus.transport.tcp.TcpBusAddress
-
public class TcpBusAddress extends BusAddress
-
-
Field Summary
Fields Modifier and Type Field Description private static intDEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description TcpBusAddress(BusAddress _obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHost()intgetPort()booleanhasHost()booleanhasPort()-
Methods inherited from class org.freedesktop.dbus.connections.BusAddress
addParameter, getBusType, getGuid, getListenerAddress, getParameters, getParameterValue, getParameterValue, getRawAddress, getType, hasParameter, isBusType, isListeningSocket, isServer, of, of, removeParameter, toString
-
-
-
-
Field Detail
-
DEFAULT_PORT
private static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TcpBusAddress
public TcpBusAddress(BusAddress _obj)
-
-