| Modifier and Type | Method and Description |
|---|---|
AliasRegistry |
ClientGraniteConfig.getAliasRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientGraniteConfig.setAliasRegistry(AliasRegistry aliasRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientAliasRegistry
Client-side implementation of AliasRegistry that scan specified packaged to find classes
annotated with
RemoteAlias |
| Modifier and Type | Field and Description |
|---|---|
protected AliasRegistry |
AbstractChannelFactory.aliasRegistry |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChannelFactory.setAliasRegistry(AliasRegistry aliasRegistry) |
void |
ChannelFactory.setAliasRegistry(AliasRegistry aliasRegistry)
The alias registry for this factory
|
| Constructor and Description |
|---|
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 | Method and Description |
|---|---|
AliasRegistry |
AliasRegistryConfig.getAliasRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
AliasRegistryConfig.setAliasRegistry(AliasRegistry aliasRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAliasRegistry |
| Modifier and Type | Field and Description |
|---|---|
protected AliasRegistry |
AMF3Deserializer.aliasRegistry |
| Modifier and Type | Field and Description |
|---|---|
protected AliasRegistry |
DefaultSharedContext.aliasRegistry |
| Modifier and Type | Method and Description |
|---|---|
AliasRegistry |
DefaultSharedContext.getAliasRegistry() |
AliasRegistry |
SharedContext.getAliasRegistry() |
| Constructor and Description |
|---|
DefaultSharedContext(CodecRegistry codecRegistry,
java.util.List<java.lang.String> defaultClassNames,
Reflection reflection,
AliasRegistry aliasRegistry) |