public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
MessagingCodec.ClientType |
getClientType()
Client type (JAVA or AS3) for specific AMF serialization parameters
|
<C extends Config> |
getGraniteConfig()
ClientGraniteConfig object loaded of built by this configuration
|
<C extends Config> |
getServicesConfig()
ServicesConfig object loaded of built by this configuration
|
boolean |
isLoaded()
Is the configuration loaded ?
|
void |
load()
Load the configuration
Called by the channel factory during
ChannelFactory.start() |
void |
setClientType(MessagingCodec.ClientType clientType)
Set the client type for specific AMF serialization parameters
|
MessagingCodec.ClientType getClientType()
void setClientType(MessagingCodec.ClientType clientType)
clientType - client type<C extends Config> C getGraniteConfig()
<C extends Config> C getServicesConfig()
boolean isLoaded()
void load()
ChannelFactory.start()