| Package | Description |
|---|---|
| org.granite.client.messaging.jmf | |
| org.granite.messaging.jmf |
| Constructor and Description |
|---|
DefaultClientSharedContext(CodecRegistry codecRegistry)
Create a shared context with the specified codec registry
|
DefaultClientSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultStoredStrings)
Create a shared context with the specified codec registry and stored strings
|
DefaultClientSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultStoredStrings,
Reflection reflection,
AliasRegistry aliasRegistry)
Create a shared context with the specified parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCodecRegistry |
| Modifier and Type | Field and Description |
|---|---|
protected CodecRegistry |
DefaultSharedContext.codecRegistry |
protected CodecRegistry |
JMFDeserializer.codecRegistry |
protected CodecRegistry |
JMFSerializer.codecRegistry |
| Modifier and Type | Method and Description |
|---|---|
CodecRegistry |
DefaultSharedContext.getCodecRegistry() |
CodecRegistry |
SharedContext.getCodecRegistry() |
| Constructor and Description |
|---|
DefaultSharedContext(CodecRegistry codecRegistry) |
DefaultSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultClassNames) |
DefaultSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultClassNames,
Reflection reflection,
AliasRegistry aliasRegistry) |