org.jdiameter.server.impl.io
Class TransportLayerFactory

java.lang.Object
  extended by org.jdiameter.client.impl.transport.TransportLayerFactory
      extended by org.jdiameter.server.impl.io.TransportLayerFactory
All Implemented Interfaces:
org.jdiameter.api.Wrapper, ITransportLayerFactory

public class TransportLayerFactory
extends TransportLayerFactory
implements ITransportLayerFactory


Field Summary
 
Fields inherited from class org.jdiameter.client.impl.transport.TransportLayerFactory
config, connectionClass, constructorIAi, constructorIAiCL, parser
 
Constructor Summary
TransportLayerFactory(org.jdiameter.api.Configuration conf, IMessageParser parser)
           
 
Method Summary
 INetWorkGuard createNetWorkGuard(java.net.InetAddress inetAddress, int port)
           
 INetWorkGuard createNetWorkGuard(java.net.InetAddress inetAddress, int port, INetWorkConnectionListener listener)
           
 
Methods inherited from class org.jdiameter.client.impl.transport.TransportLayerFactory
createConnection, createConnection, isWrapperFor, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdiameter.client.api.io.ITransportLayerFactory
createConnection, createConnection
 
Methods inherited from interface org.jdiameter.api.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

TransportLayerFactory

public TransportLayerFactory(org.jdiameter.api.Configuration conf,
                             IMessageParser parser)
                      throws TransportException
Throws:
TransportException
Method Detail

createNetWorkGuard

public INetWorkGuard createNetWorkGuard(java.net.InetAddress inetAddress,
                                        int port)
                                 throws TransportException
Throws:
TransportException

createNetWorkGuard

public INetWorkGuard createNetWorkGuard(java.net.InetAddress inetAddress,
                                        int port,
                                        INetWorkConnectionListener listener)
                                 throws TransportException
Throws:
TransportException


Copyright © 2008. All Rights Reserved.