| Package | Description |
|---|---|
| org.granite.client.messaging.channel | |
| org.granite.client.messaging.channel.amf | |
| org.granite.client.messaging.codec | |
| org.granite.client.messaging.jmf |
| Modifier and Type | Method and Description |
|---|---|
ClientSharedContext |
JMFChannelFactory.getSharedContext()
Current shared serialization context
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMFChannelFactory.setSharedContext(ClientSharedContext sharedContext)
Set current shared serialization context
|
| Constructor and Description |
|---|
JMFChannelFactory(java.lang.Object context,
ClientSharedContext sharedContext,
Transport remotingTransport,
Transport messagingTransport)
Create an AMF channel factory with the specified configuration and transports and for the specified platform context
|
| Constructor and Description |
|---|
JMFRemotingChannel(Transport transport,
ClientSharedContext sharedContext,
java.lang.String id,
java.net.URI uri,
int maxConcurrentRequests) |
| Constructor and Description |
|---|
JMFAMF0MessagingCodec(ClientSharedContext sharedContext) |
JMFAMF3MessagingCodec(ClientSharedContext sharedContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientSharedContext
Default implementation for a client shared context
|