org.granite.client.messaging.channel
Class AMFChannelFactory
java.lang.Object
org.granite.client.messaging.channel.AbstractChannelFactory
org.granite.client.messaging.channel.AMFChannelFactory
- All Implemented Interfaces:
- ChannelFactory
public class AMFChannelFactory
- extends AbstractChannelFactory
- Author:
- Franck WOLFF
| Methods inherited from class org.granite.client.messaging.channel.AbstractChannelFactory |
getContentType, getContext, getDefaultTimeToLive, getMessagingTransport, getRemotingTransport, newMessagingChannel, newRemotingChannel, newRemotingChannel, setAliasRegistry, setContext, setDefaultTimeToLive, setMessagingTransport, setRemotingTransport, setScanPackageNames, setScanPackageNames, start, stop, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMFChannelFactory
public AMFChannelFactory()
AMFChannelFactory
public AMFChannelFactory(Object context)
AMFChannelFactory
public AMFChannelFactory(Object context,
Configuration defaultConfiguration)
AMFChannelFactory
public AMFChannelFactory(Object context,
Transport remotingTransport,
Transport messagingTransport)
AMFChannelFactory
public AMFChannelFactory(Object context,
Transport remotingTransport,
Transport messagingTransport,
Configuration defaultConfiguration)
newRemotingChannel
public AMFRemotingChannel newRemotingChannel(String id,
URI uri)
newRemotingChannel
public AMFRemotingChannel newRemotingChannel(String id,
URI uri,
int maxConcurrentRequests)
newMessagingChannel
public AMFMessagingChannel newMessagingChannel(String id,
URI uri)
getDefaultConfiguration
public Configuration getDefaultConfiguration()