| Package | Description |
|---|---|
| org.granite.client.messaging.channel |
| 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) |
RemotingChannel |
ChannelBuilder.buildRemotingChannel(java.lang.Class<? extends RemotingChannel> channelClass,
java.lang.String id,
ServerApp serverApp,
int maxConcurrentRequests,
Transport transport,
MessagingCodec<AMF0Message> codec)
Build a remoting channel with the specified server application
ServerApp |
RemotingChannel |
DefaultChannelBuilder.buildRemotingChannel(java.lang.Class<? extends RemotingChannel> channelClass,
java.lang.String id,
ServerApp serverApp,
int maxConcurrentRequest,
Transport transport,
MessagingCodec<AMF0Message> 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 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
|
RemotingChannel |
AbstractChannelFactory.newRemotingChannel(java.lang.String id,
ServerApp serverApp) |
RemotingChannel |
ChannelFactory.newRemotingChannel(java.lang.String id,
ServerApp serverApp)
Create a remoting channel using the specified server application definition
|
RemotingChannel |
AbstractChannelFactory.newRemotingChannel(java.lang.String id,
ServerApp serverApp,
int maxConcurrentRequests) |
RemotingChannel |
ChannelFactory.newRemotingChannel(java.lang.String id,
ServerApp serverApp,
int maxConcurrentRequests)
Create a remoting channel using the specified server application definition
|