public class AMFChannelFactory extends AbstractChannelFactory
aliasRegistry, contentType, context, defaultChannelBuilder, defaultTimeToLive, messagingTransport, messagingTransports, remotingTransport, scanPackageNames| Constructor and Description |
|---|
AMFChannelFactory()
Create a default AMF channel factory with a basic configuration
|
AMFChannelFactory(java.lang.Object context)
Create a default AMF channel factory with the basic configuration and for the specified platform context
|
AMFChannelFactory(java.lang.Object context,
Configuration defaultConfiguration)
Create an AMF channel factory with the specified configuration and for the specified platform context
Custom configuration can extend the default SimpleConfiguration
|
AMFChannelFactory(java.lang.Object context,
Transport remotingTransport,
Transport messagingTransport)
Create an AMF channel factory with the specified transports and for the specified platform context
|
AMFChannelFactory(java.lang.Object context,
Transport remotingTransport,
Transport messagingTransport,
Configuration defaultConfiguration)
Create an AMF channel factory with the specified configuration and transports and for the specified platform context
Custom configuration can extend the default SimpleConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getDefaultConfiguration() |
protected java.lang.Class<? extends RemotingChannel> |
getRemotingChannelClass() |
protected <M> MessagingCodec<M> |
newMessagingCodec(java.lang.Class<M> messageClass) |
getContentType, getContext, getDefaultChannelType, getDefaultTimeToLive, getMessagingTransport, getMessagingTransport, getMessagingTransports, getRemotingTransport, newMessagingChannel, newMessagingChannel, newMessagingChannel, newMessagingChannel, newMessagingChannel, newMessagingChannel, newRemotingChannel, newRemotingChannel, newRemotingChannel, newRemotingChannel, newRemotingChannel, newRemotingChannel, setAliasRegistry, setContext, setDefaultChannelBuilder, setDefaultChannelType, setDefaultTimeToLive, setMessagingTransport, setMessagingTransport, setRemotingTransport, setScanPackageNames, setScanPackageNames, start, stop, stoppublic AMFChannelFactory()
public AMFChannelFactory(java.lang.Object context)
context - platform contextPlatformpublic AMFChannelFactory(java.lang.Object context,
Configuration defaultConfiguration)
context - platform contextdefaultConfiguration - configurationSimpleConfigurationpublic AMFChannelFactory(java.lang.Object context,
Transport remotingTransport,
Transport messagingTransport)
context - platform contextremotingTransport - remoting transportmessagingTransport - messaging transportpublic AMFChannelFactory(java.lang.Object context,
Transport remotingTransport,
Transport messagingTransport,
Configuration defaultConfiguration)
context - platform contextremotingTransport - remoting transportmessagingTransport - messaging transportdefaultConfiguration - configurationSimpleConfigurationprotected java.lang.Class<? extends RemotingChannel> getRemotingChannelClass()
getRemotingChannelClass in class AbstractChannelFactoryprotected <M> MessagingCodec<M> newMessagingCodec(java.lang.Class<M> messageClass)
newMessagingCodec in class AbstractChannelFactorypublic Configuration getDefaultConfiguration()