| Package | Description |
|---|---|
| org.granite.client.messaging | |
| org.granite.client.messaging.channel | |
| org.granite.client.messaging.channel.amf |
| Modifier and Type | Field and Description |
|---|---|
protected MessagingChannel |
AbstractTopicAgent.channel |
| Modifier and Type | Method and Description |
|---|---|
MessagingChannel |
AbstractTopicAgent.getChannel() |
MessagingChannel |
TopicAgent.getChannel()
Messaging channel to which the agent is attached
|
| Constructor and Description |
|---|
AbstractTopicAgent(MessagingChannel channel,
java.lang.String destination,
java.lang.String topic) |
Consumer(MessagingChannel channel,
java.lang.String destination,
java.lang.String topic)
Create a consumer for the specified channel and destination
|
Producer(MessagingChannel channel,
java.lang.String destination,
java.lang.String topic)
Create a producer for the specified channel and destination
|
| Modifier and Type | Method and Description |
|---|---|
MessagingChannel |
ChannelBuilder.buildMessagingChannel(java.lang.String channelType,
java.lang.String id,
ServerApp serverApp,
Transport transport,
MessagingCodec<Message[]> codec)
Build a messaging channel with the specified server application
ServerApp |
MessagingChannel |
DefaultChannelBuilder.buildMessagingChannel(java.lang.String channelType,
java.lang.String id,
ServerApp serverApp,
Transport transport,
MessagingCodec<Message[]> codec) |
MessagingChannel |
ChannelBuilder.buildMessagingChannel(java.lang.String channelType,
java.lang.String id,
java.net.URI uri,
Transport transport,
MessagingCodec<Message[]> codec)
Build a messaging channel with the specified
URI |
MessagingChannel |
DefaultChannelBuilder.buildMessagingChannel(java.lang.String channelType,
java.lang.String id,
java.net.URI uri,
Transport transport,
MessagingCodec<Message[]> codec) |
MessagingChannel |
AbstractChannelFactory.newMessagingChannel(java.lang.String id,
ServerApp serverApp) |
MessagingChannel |
ChannelFactory.newMessagingChannel(java.lang.String id,
ServerApp serverApp)
Create a messaging channel of the default type using the specified server application definition
|
MessagingChannel |
AbstractChannelFactory.newMessagingChannel(java.lang.String id,
java.lang.String uri) |
MessagingChannel |
ChannelFactory.newMessagingChannel(java.lang.String id,
java.lang.String uri)
Create a messaging channel of the default type using the specified uri
|
MessagingChannel |
AbstractChannelFactory.newMessagingChannel(java.lang.String channelType,
java.lang.String id,
ServerApp serverApp) |
MessagingChannel |
ChannelFactory.newMessagingChannel(java.lang.String channelType,
java.lang.String id,
ServerApp serverApp)
Create a messaging channel of the specified type using the specified server application definition
|
MessagingChannel |
AbstractChannelFactory.newMessagingChannel(java.lang.String channelType,
java.lang.String id,
java.lang.String uri) |
MessagingChannel |
ChannelFactory.newMessagingChannel(java.lang.String channelType,
java.lang.String id,
java.lang.String uri)
Create a messaging channel of the specified type using the specified uri
|
MessagingChannel |
AbstractChannelFactory.newMessagingChannel(java.lang.String channelType,
java.lang.String id,
java.net.URI uri) |
MessagingChannel |
ChannelFactory.newMessagingChannel(java.lang.String channelType,
java.lang.String id,
java.net.URI uri)
Create a messaging channel of the specified type using the specified
URI |
MessagingChannel |
AbstractChannelFactory.newMessagingChannel(java.lang.String id,
java.net.URI uri) |
MessagingChannel |
ChannelFactory.newMessagingChannel(java.lang.String id,
java.net.URI uri)
Create a messaging channel of the default type using the specified
URI |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAMFMessagingChannel |