org.freedesktop.dbus
Class Transport

java.lang.Object
  extended by org.freedesktop.dbus.Transport

public class Transport
extends Object


Nested Class Summary
static class Transport.SASL
           
 
Field Summary
 MessageReader min
           
 MessageWriter mout
           
 
Constructor Summary
Transport()
           
Transport(BusAddress address)
           
Transport(String address)
           
Transport(String address, int timeout)
           
 
Method Summary
 void connect(BusAddress address)
           
 void connect(BusAddress address, int timeout)
           
 void connect(String address)
           
 void connect(String address, int timeout)
           
 void disconnect()
           
static String genGUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public MessageReader min

mout

public MessageWriter mout
Constructor Detail

Transport

public Transport()

Transport

public Transport(BusAddress address)
          throws IOException
Throws:
IOException

Transport

public Transport(String address)
          throws IOException,
                 ParseException
Throws:
IOException
ParseException

Transport

public Transport(String address,
                 int timeout)
          throws IOException,
                 ParseException
Throws:
IOException
ParseException
Method Detail

genGUID

public static String genGUID()

connect

public void connect(String address)
             throws IOException,
                    ParseException
Throws:
IOException
ParseException

connect

public void connect(String address,
                    int timeout)
             throws IOException,
                    ParseException
Throws:
IOException
ParseException

connect

public void connect(BusAddress address)
             throws IOException
Throws:
IOException

connect

public void connect(BusAddress address,
                    int timeout)
             throws IOException
Throws:
IOException

disconnect

public void disconnect()
                throws IOException
Throws:
IOException