Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
IAttachableDuplexInputChannel.getAttachedDuplexInputChannel()
Returns attached duplex input channel.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IDuplexInputChannel> |
IAttachableMultipleDuplexInputChannels.getAttachedDuplexInputChannels()
Returns attached input channels.
|
Modifier and Type | Method and Description |
---|---|
void |
IAttachableMultipleDuplexInputChannels.attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel)
Attaches the duplex input channel and starts listening to messages.
|
void |
IAttachableDuplexInputChannel.attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel)
Attaches the duplex input channel and starts listening to messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
AndroidUsbCableMessagingFactory.createDuplexInputChannel(java.lang.String channelId)
Not supported.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
BufferedMonitoredMessagingFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the input channel which can receive and send messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
AuthenticatedMessagingFactory.createDuplexInputChannel(java.lang.String channelId)
Creates duplex input channel which performs the authentication procedure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBufferedDuplexInputChannel
Duplex input channel which can work offline.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
BufferedMessagingFactory.createDuplexInputChannel(java.lang.String channelId)
Creates IBufferedDuplexInputChannel which can receive messages from the output channel and send response messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
MessageBusMessagingFactory.createDuplexInputChannel(java.lang.String channelId) |
Modifier and Type | Method and Description |
---|---|
void |
IMessageBus.attachDuplexInputChannels(IDuplexInputChannel serviceInputChannel,
IDuplexInputChannel clientInputChannel)
Attaches input channels which are used for the communication with the message bus.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
MonitoredMessagingFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the input channel which can receive messages from the output channel and send response messages.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
HttpMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the duplex input channel which can receive and send messages to the duplex output channel using UDP.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
IMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the input channel which can receive and send messages to the output channel.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
SynchronousMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the duplex input channel listening to messages on the specified channel id.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
TcpMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the duplex input channel which can receive and send messages to the duplex output channel using TCP.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
ThreadMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the input channel receiving messages from the output channel and sending back response messages by using the working thread.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
ThreadPoolMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId) |
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
UdpMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the duplex input channel which can receive and send messages to the duplex output channel using UDP.
|
Modifier and Type | Method and Description |
---|---|
IDuplexInputChannel |
WebSocketMessagingSystemFactory.createDuplexInputChannel(java.lang.String channelId)
Creates the duplex input channel receiving messages from the duplex output channel and sending back response messages by using WebSocket.
|