Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
IAttachableDuplexOutputChannel.getAttachedDuplexOutputChannel()
Returns attached duplex output channel.
|
Modifier and Type | Method and Description |
---|---|
void |
IAttachableDuplexOutputChannel.attachDuplexOutputChannel(IDuplexOutputChannel duplexOutputChannel)
Attaches the duplex output channel and opens the connection and starts listening to response messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
AndroidUsbCableMessagingFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates duplex output channel which can send and receive messages from the duplex input channel using Android USB cable.
|
IDuplexOutputChannel |
AndroidUsbCableMessagingFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates duplex output channel which can send and receive messages from the duplex input channel using Android USB cable.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
BufferedMonitoredMessagingFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates the output channel which can send and receive messages.
|
IDuplexOutputChannel |
BufferedMonitoredMessagingFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates the output channel which can send and receive messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
AuthenticatedMessagingFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates duplex output channel which performs authentication procedure during opening the connection.
|
IDuplexOutputChannel |
AuthenticatedMessagingFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates duplex output channel which performs authentication procedure during opening the connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBufferedDuplexOutputChannel |
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
BufferedMessagingFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates IBufferedDuplexOutputChannel which can send messages to the input channel and receive response messages.
|
IDuplexOutputChannel |
BufferedMessagingFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates IBufferedDuplexOutputChannel which can send messages to the input channel and receive response messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
MessageBusMessagingFactory.createDuplexOutputChannel(java.lang.String channelId) |
IDuplexOutputChannel |
MessageBusMessagingFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId) |
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
MonitoredMessagingFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates the output channel which can send messages to the input channel and receive response messages.
|
IDuplexOutputChannel |
MonitoredMessagingFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates the output channel which can send messages to the input channel and receive response messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
HttpMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates duplex output channel which can send and receive messages from the duplex input channel using HTTP.
|
IDuplexOutputChannel |
HttpMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates duplex output channel which can send and receive messages from the duplex input channel using HTTP.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
IMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates the output channel which can sends and receive messages from the input channel.
|
IDuplexOutputChannel |
IMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates the output channel which can sends and receive messages from the input channel.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
SynchronousMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates the duplex output channel communicating with the specified duplex input channel using synchronous local call.
|
IDuplexOutputChannel |
SynchronousMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates the duplex output channel communicating with the specified duplex input channel using synchronous local call.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
TcpMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates duplex output channel which can send and receive messages from the duplex input channel using TCP.
|
IDuplexOutputChannel |
TcpMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates duplex output channel which can send and receive messages from the duplex input channel using TCP.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
ThreadMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates the output channel sending messages to the input channel and receiving response messages by using the working thread.
|
IDuplexOutputChannel |
ThreadMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates the output channel sending messages to the input channel and receiving response messages by using the working thread.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
ThreadPoolMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId) |
IDuplexOutputChannel |
ThreadPoolMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId) |
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
UdpMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates duplex output channel which can send and receive messages from the duplex input channel using UDP.
|
IDuplexOutputChannel |
UdpMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates duplex output channel which can send and receive messages from the duplex input channel using UDP.
|
Modifier and Type | Method and Description |
---|---|
IDuplexOutputChannel |
WebSocketMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId)
Creates the duplex output channel sending messages to the duplex input channel and receiving response messages by using WebSocket.
|
IDuplexOutputChannel |
WebSocketMessagingSystemFactory.createDuplexOutputChannel(java.lang.String channelId,
java.lang.String responseReceiverId)
Creates the duplex output channel sending messages to the duplex input channel and receiving response messages by using WebSocket.
|