org.mule.providers.multicast
Class MulticastSocketFactory
java.lang.Object
org.mule.providers.udp.UdpSocketFactory
org.mule.providers.multicast.MulticastSocketFactory
- All Implemented Interfaces:
- KeyedPoolableObjectFactory
- public class MulticastSocketFactory
- extends org.mule.providers.udp.UdpSocketFactory
TODO
| Fields inherited from class org.mule.providers.udp.UdpSocketFactory |
logger |
| Methods inherited from class org.mule.providers.udp.UdpSocketFactory |
activateObject, passivateObject, validateObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MulticastSocketFactory
public MulticastSocketFactory()
makeObject
public Object makeObject(Object key)
throws Exception
- Throws:
Exception
destroyObject
public void destroyObject(Object key,
Object object)
throws Exception
- Throws:
Exception
createSocket
protected DatagramSocket createSocket()
throws IOException
- Throws:
IOException
createSocket
protected DatagramSocket createSocket(int port)
throws IOException
- Throws:
IOException
createSocket
protected DatagramSocket createSocket(int port,
InetAddress inetAddress)
throws IOException
- Throws:
IOException
Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.