public class HttpClientMessageRequester extends AbstractMessageRequester
connected, connecting, connectionStrategy, disposed, endpoint, logger
PHASE_NAME
REQUEST_NO_WAIT, REQUEST_WAIT_INDEFINITELY
Constructor and Description |
---|
HttpClientMessageRequester(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
|
request
activate, connect, disconnect, dispose, disposeAndLogException, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, isConnected, isDoThreading, passivate, reconnect, toString, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, getConnector, passivate, validate
dispose
connect, disconnect, getConnectionDescription, isConnected
public HttpClientMessageRequester(InboundEndpoint endpoint)
protected void doConnect() throws Exception
doConnect
in class AbstractConnectable
Exception
protected void doDisconnect() throws Exception
doDisconnect
in class AbstractConnectable
Exception
protected MuleMessage doRequest(long timeout) throws Exception
doRequest
in class AbstractMessageRequester
timeout
- 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 AbstractConnectable
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.