|
||||||||||
| 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.tcp.TcpMessageDispatcher
org.mule.providers.ssl.SslMessageDispatcher
| Field Summary |
| Fields inherited from class org.mule.providers.tcp.TcpMessageDispatcher |
serializableToByteArray |
| Fields inherited from class org.mule.providers.AbstractMessageDispatcher |
connected, connecting, connectionStrategy, disposed, endpoint, logger, workManager |
| Fields inherited from interface org.mule.umo.provider.UMOMessageDispatching |
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY |
| Constructor Summary | |
SslMessageDispatcher(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
|
|
| Method Summary | |
protected void |
doConnect()
TcpMessageDispatcher opens and closes the socket at this point to check for
a clear connection. |
| Methods inherited from class org.mule.providers.tcp.TcpMessageDispatcher |
doDisconnect, doDispatch, doDispose, doReceive, doSend |
| Methods inherited from class org.mule.providers.AbstractMessageDispatcher |
activate, connect, disconnect, dispatch, dispose, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, isConnected, isDoThreading, isTransactionRollback, passivate, receive, reconnect, send, toString, useRemoteSync, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SslMessageDispatcher(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
| Method Detail |
protected void doConnect()
throws Exception
TcpMessageDispatcher opens and closes the socket at this point to check for
a clear connection. We do not do this for SSL because: (i) it is expensive; (ii)
the advantages are doubtful and (iii) it throws an ugly (although apparently harmless)
exception.
Exception - Never
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||