Package org.freedesktop.dbus
Class Transport
- java.lang.Object
-
- org.freedesktop.dbus.Transport
-
public class Transport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransport.SASL
-
Field Summary
Fields Modifier and Type Field Description MessageReaderminMessageWritermout
-
Constructor Summary
Constructors Constructor Description Transport()Transport(java.lang.String address)Transport(java.lang.String address, int timeout)Transport(BusAddress address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect(java.lang.String address)voidconnect(java.lang.String address, int timeout)voidconnect(BusAddress address)voidconnect(BusAddress address, int timeout)voiddisconnect()static java.lang.StringgenGUID()
-
-
-
Field Detail
-
min
public MessageReader min
-
mout
public MessageWriter mout
-
-
Constructor Detail
-
Transport
public Transport()
-
Transport
public Transport(BusAddress address) throws java.io.IOException
- Throws:
java.io.IOException
-
Transport
public Transport(java.lang.String address) throws java.io.IOException, java.text.ParseException- Throws:
java.io.IOExceptionjava.text.ParseException
-
Transport
public Transport(java.lang.String address, int timeout) throws java.io.IOException, java.text.ParseException- Throws:
java.io.IOExceptionjava.text.ParseException
-
-
Method Detail
-
genGUID
public static java.lang.String genGUID()
-
connect
public void connect(java.lang.String address) throws java.io.IOException, java.text.ParseException- Throws:
java.io.IOExceptionjava.text.ParseException
-
connect
public void connect(java.lang.String address, int timeout) throws java.io.IOException, java.text.ParseException- Throws:
java.io.IOExceptionjava.text.ParseException
-
connect
public void connect(BusAddress address) throws java.io.IOException
- Throws:
java.io.IOException
-
connect
public void connect(BusAddress address, int timeout) throws java.io.IOException
- Throws:
java.io.IOException
-
disconnect
public void disconnect() throws java.io.IOException- Throws:
java.io.IOException
-
-