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
IOExceptionpublic Transport(String address) throws IOException, ParseException
IOExceptionParseExceptionpublic Transport(String address, int timeout) throws IOException, ParseException
IOExceptionParseExceptionpublic static String genGUID()
public void connect(String address) throws IOException, ParseException
IOExceptionParseExceptionpublic void connect(String address, int timeout) throws IOException, ParseException
IOExceptionParseExceptionpublic void connect(BusAddress address) throws IOException
IOExceptionpublic void connect(BusAddress address, int timeout) throws IOException
IOExceptionpublic void disconnect()
throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.