public class DefaultClientSharedContext extends DefaultSharedContext implements ClientSharedContext
aliasRegistry, codecRegistry, initialClassNameDictionary, JAVA_DEFAULT_CLASS_NAMES, reflection| Constructor and Description |
|---|
DefaultClientSharedContext()
Create a default shared context
|
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 | Method and Description |
|---|---|
ClientAliasRegistry |
getAliasRegistry() |
getClassName, getCodecRegistry, getInitialClassNameDictionary, getReflection, getRemoteAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassName, getCodecRegistry, getInitialClassNameDictionary, getReflection, getRemoteAliaspublic DefaultClientSharedContext()
public DefaultClientSharedContext(CodecRegistry codecRegistry)
codecRegistry - codec registrypublic DefaultClientSharedContext(CodecRegistry codecRegistry, java.util.List<java.lang.String> defaultStoredStrings)
codecRegistry - codec registrydefaultStoredStrings - stored stringspublic DefaultClientSharedContext(CodecRegistry codecRegistry, java.util.List<java.lang.String> defaultStoredStrings, Reflection reflection, AliasRegistry aliasRegistry)
codecRegistry - codec registrydefaultStoredStrings - stored stringsreflection - reflection provideraliasRegistry - client alias registrypublic ClientAliasRegistry getAliasRegistry()
getAliasRegistry in interface ClientSharedContextgetAliasRegistry in interface SharedContextgetAliasRegistry in class DefaultSharedContext