public class MulticastSocketFactory extends UdpSocketFactory
logger| Constructor and Description |
|---|
MulticastSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected DatagramSocket |
createSocket() |
protected DatagramSocket |
createSocket(int port) |
protected DatagramSocket |
createSocket(int port,
InetAddress inetAddress) |
void |
destroyObject(Object key,
Object object) |
Object |
makeObject(Object key) |
activateObject, passivateObject, validateObjectpublic Object makeObject(Object key) throws Exception
makeObject in interface org.apache.commons.pool.KeyedPoolableObjectFactorymakeObject in class UdpSocketFactoryExceptionpublic void destroyObject(Object key, Object object) throws Exception
destroyObject in interface org.apache.commons.pool.KeyedPoolableObjectFactorydestroyObject in class UdpSocketFactoryExceptionprotected DatagramSocket createSocket() throws IOException
createSocket in class UdpSocketFactoryIOExceptionprotected DatagramSocket createSocket(int port) throws IOException
createSocket in class UdpSocketFactoryIOExceptionprotected DatagramSocket createSocket(int port, InetAddress inetAddress) throws IOException
createSocket in class UdpSocketFactoryIOExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.