| Package | Description |
|---|---|
| org.granite.client.messaging.channel | |
| org.granite.client.messaging.channel.amf |
| Modifier and Type | Method and Description |
|---|---|
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) |
RemotingChannel |
ChannelBuilder.buildRemotingChannel(java.lang.Class<? extends RemotingChannel> channelClass,
java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests,
Transport transport,
MessagingCodec<AMF0Message> codec)
Build a remoting channel with the specified
URI |
RemotingChannel |
DefaultChannelBuilder.buildRemotingChannel(java.lang.Class<? extends RemotingChannel> channelClass,
java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests,
Transport transport,
MessagingCodec<AMF0Message> codec) |
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
|
RemotingChannel |
AbstractChannelFactory.newRemotingChannel(java.lang.String id,
java.lang.String uri) |
RemotingChannel |
ChannelFactory.newRemotingChannel(java.lang.String id,
java.lang.String uri)
Create a remoting channel using the specified uri
|
RemotingChannel |
AbstractChannelFactory.newRemotingChannel(java.lang.String id,
java.lang.String uri,
int maxConcurrentRequests) |
RemotingChannel |
ChannelFactory.newRemotingChannel(java.lang.String id,
java.lang.String uri,
int maxConcurrentRequests)
Create a remoting channel using the specified uri
|
RemotingChannel |
AbstractChannelFactory.newRemotingChannel(java.lang.String id,
java.net.URI uri) |
RemotingChannel |
ChannelFactory.newRemotingChannel(java.lang.String id,
java.net.URI uri)
Create a remoting channel using the specified
URI |
RemotingChannel |
AbstractChannelFactory.newRemotingChannel(java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests) |
RemotingChannel |
ChannelFactory.newRemotingChannel(java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests)
Create a remoting channel using the specified
URI |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Class<? extends RemotingChannel> |
AbstractChannelFactory.getRemotingChannelClass() |
protected java.lang.Class<? extends RemotingChannel> |
AMFChannelFactory.getRemotingChannelClass() |
protected java.lang.Class<? extends RemotingChannel> |
JMFChannelFactory.getRemotingChannelClass() |
| Modifier and Type | Method and Description |
|---|---|
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) |
RemotingChannel |
ChannelBuilder.buildRemotingChannel(java.lang.Class<? extends RemotingChannel> channelClass,
java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests,
Transport transport,
MessagingCodec<AMF0Message> codec)
Build a remoting channel with the specified
URI |
RemotingChannel |
DefaultChannelBuilder.buildRemotingChannel(java.lang.Class<? extends RemotingChannel> channelClass,
java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests,
Transport transport,
MessagingCodec<AMF0Message> codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMFRemotingChannel |
class |
JMFRemotingChannel |