public class UdpMessageRequester extends AbstractMessageRequester
| Modifier and Type | Field and Description |
|---|---|
protected UdpConnector |
connector |
connected, connecting, connectionStrategy, disposed, endpoint, loggerPHASE_NAMEREQUEST_NO_WAIT, REQUEST_WAIT_INDEFINITELY| Constructor and Description |
|---|
UdpMessageRequester(InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispose() |
protected MuleMessage |
doRequest(long timeout)
Make a specific request to the underlying transport
|
requestactivate, connect, disconnect, dispose, disposeAndLogException, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, isConnected, isDoThreading, passivate, reconnect, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, getConnector, passivate, validatedisposeconnect, disconnect, getConnectionDescription, isConnectedprotected final UdpConnector connector
public UdpMessageRequester(InboundEndpoint endpoint)
protected void doConnect()
throws Exception
doConnect in class AbstractConnectableExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class AbstractConnectableExceptionprotected MuleMessage doRequest(long timeout) throws Exception
doRequest in class AbstractMessageRequestertimeout - the maximum time the operation should block before returning.
The call should return immediately if there is data available. If
no data becomes available before the timeout elapses, null will be
returnedException - if the call to the underlying protocal cuases an exceptionprotected void doDispose()
doDispose in class AbstractConnectableCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.