| Package | Description |
|---|---|
| org.granite.client.messaging.channel |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChannelBuilder
Default implementation of ChannelBuilder handling the built-in channel types (long polling and websocket)
This can also be used to specify custom url mappings for the server channel uris:
channelFactory.setChannelBuilder(new DefaultChannelBuilder("/customremoting/amf", "/customgravity/amf", "/customws/amf");
channelFactory.start();
|
| Modifier and Type | Field and Description |
|---|---|
protected ChannelBuilder |
AbstractChannelFactory.defaultChannelBuilder |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChannelFactory.setDefaultChannelBuilder(ChannelBuilder channelBuilder) |
void |
ChannelFactory.setDefaultChannelBuilder(ChannelBuilder channelBuilder)
Set the default builder for channels
A custom channel builder can also be defined to change the default url mappings of the remoting and messaging channels
|