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 class
Transport.SASL
-
Field Summary
Fields Modifier and Type Field Description MessageReader
min
MessageWriter
mout
-
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 void
connect(java.lang.String address)
void
connect(java.lang.String address, int timeout)
void
connect(BusAddress address)
void
connect(BusAddress address, int timeout)
void
disconnect()
static java.lang.String
genGUID()
-
-
-
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.IOException
java.text.ParseException
-
Transport
public Transport(java.lang.String address, int timeout) throws java.io.IOException, java.text.ParseException
- Throws:
java.io.IOException
java.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.IOException
java.text.ParseException
-
connect
public void connect(java.lang.String address, int timeout) throws java.io.IOException, java.text.ParseException
- Throws:
java.io.IOException
java.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
-
-