| Package | Description |
|---|---|
| org.granite.client.messaging.channel | |
| org.granite.client.persistence.collection | |
| org.granite.util |
| Modifier and Type | Field and Description |
|---|---|
protected ContentType |
AbstractChannelFactory.contentType |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
AbstractChannelFactory.getContentType() |
ContentType |
ChannelFactory.getContentType()
The encoding (AMF or JMF) for this ChannelFactory
|
| Constructor and Description |
|---|
AbstractChannelFactory(ContentType contentType) |
AbstractChannelFactory(ContentType contentType,
java.lang.Object context) |
AbstractChannelFactory(ContentType contentType,
java.lang.Object context,
Transport remotingTransport,
Transport messagingTransport) |
| Modifier and Type | Method and Description |
|---|---|
static PersistentCollectionSnapshotFactory |
PersistentCollectionSnapshotFactory.newInstance(ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.forMimeType(java.lang.String mimeType)
Lookup the ContentType from a MIME type
|
static ContentType |
ContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|