public class Transport
extends java.lang.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(java.lang.String address) |
Transport(java.lang.String address,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(BusAddress address) |
void |
connect(BusAddress address,
int timeout) |
void |
connect(java.lang.String address) |
void |
connect(java.lang.String address,
int timeout) |
void |
disconnect() |
static java.lang.String |
genGUID() |
public MessageReader min
public MessageWriter mout
public Transport()
public Transport(BusAddress address) throws java.io.IOException
java.io.IOExceptionpublic Transport(java.lang.String address)
throws java.io.IOException,
java.text.ParseException
java.io.IOExceptionjava.text.ParseExceptionpublic Transport(java.lang.String address,
int timeout)
throws java.io.IOException,
java.text.ParseException
java.io.IOExceptionjava.text.ParseExceptionpublic static java.lang.String genGUID()
public void connect(java.lang.String address)
throws java.io.IOException,
java.text.ParseException
java.io.IOExceptionjava.text.ParseExceptionpublic void connect(java.lang.String address,
int timeout)
throws java.io.IOException,
java.text.ParseException
java.io.IOExceptionjava.text.ParseExceptionpublic void connect(BusAddress address) throws java.io.IOException
java.io.IOExceptionpublic void connect(BusAddress address, int timeout) throws java.io.IOException
java.io.IOExceptionpublic void disconnect()
throws java.io.IOException
java.io.IOException