|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractMessageDispatcher
org.mule.providers.udp.UdpMessageDispatcher
org.mule.providers.multicast.MulticastMessageDispatcher
MulticastMessageDispatcher
TODO
Field Summary |
Fields inherited from class org.mule.providers.udp.UdpMessageDispatcher |
connector, inetAddress, initialised, port, socket |
Fields inherited from class org.mule.providers.AbstractMessageDispatcher |
disposed, disposeOnCompletion, doThreading, logger, workManager |
Fields inherited from interface org.mule.umo.provider.UMOMessageDispatcher |
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY |
Constructor Summary | |
MulticastMessageDispatcher(MulticastConnector connector)
|
Method Summary | |
protected java.net.DatagramSocket |
createSocket(int port,
java.net.InetAddress inetAddress)
|
void |
doDispose()
|
Methods inherited from class org.mule.providers.udp.UdpMessageDispatcher |
doDispatch, doSend, getConnector, getDelegateSession, initialise, receive, write |
Methods inherited from class org.mule.providers.AbstractMessageDispatcher |
dispatch, dispose, exceptionThrown, isDisposed, send |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MulticastMessageDispatcher(MulticastConnector connector)
Method Detail |
protected java.net.DatagramSocket createSocket(int port, java.net.InetAddress inetAddress) throws java.io.IOException
createSocket
in class UdpMessageDispatcher
java.io.IOException
public void doDispose()
doDispose
in class UdpMessageDispatcher
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |