| Package | Description |
|---|---|
| org.granite.client.messaging.channel | |
| org.granite.client.messaging.channel.amf |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Channel
Interface for communication channels
A channel handles the protocol (ping, reconnections, ...) between the client and the server
A Channel should be created using a ChannelFactory
|
interface |
MessagingChannel
SPI for messaging channels
A messaging channel adds some functionality to channel, mostly consumer management
|
interface |
RemotingChannel
SPI for remoting channels
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannel<T extends Transport> |
class |
AbstractHTTPChannel |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHTTPChannel.bindStatus(ChannelStatusNotifier notifier) |
void |
Channel.bindStatus(ChannelStatusNotifier notifier) |
void |
AbstractHTTPChannel.unbindStatus(ChannelStatusNotifier notifier) |
void |
Channel.unbindStatus(ChannelStatusNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAMFChannel |
class |
AMFRemotingChannel |
class |
BaseAMFMessagingChannel |
class |
JMFRemotingChannel |