public class Transport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Transport.SASL |
Modifier and Type | Field and Description |
---|---|
MessageReader |
min |
MessageWriter |
mout |
Constructor and Description |
---|
Transport() |
Transport(BusAddress address) |
Transport(String address) |
Transport(String address,
int timeout) |
Modifier and Type | Method and Description |
---|---|
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() |
public MessageReader min
public MessageWriter mout
public Transport()
public Transport(BusAddress address) throws IOException
IOException
public Transport(String address) throws IOException, ParseException
IOException
ParseException
public Transport(String address, int timeout) throws IOException, ParseException
IOException
ParseException
public static String genGUID()
public void connect(String address) throws IOException, ParseException
IOException
ParseException
public void connect(String address, int timeout) throws IOException, ParseException
IOException
ParseException
public void connect(BusAddress address) throws IOException
IOException
public void connect(BusAddress address, int timeout) throws IOException
IOException
public void disconnect() throws IOException
IOException