| Package | Description |
|---|---|
| org.granite.client.configuration | |
| org.granite.client.messaging.codec | |
| org.granite.client.messaging.transport |
| Modifier and Type | Method and Description |
|---|---|
MessagingCodec.ClientType |
Configuration.getClientType()
Client type (JAVA or AS3) for specific AMF serialization parameters
|
MessagingCodec.ClientType |
SimpleConfiguration.getClientType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setClientType(MessagingCodec.ClientType clientType)
Set the client type for specific AMF serialization parameters
|
void |
SimpleConfiguration.setClientType(MessagingCodec.ClientType clientType) |
| Modifier and Type | Method and Description |
|---|---|
MessagingCodec.ClientType |
AMF0MessagingCodec.getClientType() |
MessagingCodec.ClientType |
AMF3MessagingCodec.getClientType() |
MessagingCodec.ClientType |
JMFAMF0MessagingCodec.getClientType() |
MessagingCodec.ClientType |
JMFAMF3MessagingCodec.getClientType() |
MessagingCodec.ClientType |
MessagingCodec.getClientType() |
static MessagingCodec.ClientType |
MessagingCodec.ClientType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessagingCodec.ClientType[] |
MessagingCodec.ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingCodec.ClientType |
DefaultTransportMessage.getClientType() |
MessagingCodec.ClientType |
TransportMessage.getClientType() |