|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.providers.AbstractMessageReceiver
org.mule.providers.tcp.TcpMessageReceiver
org.mule.providers.ssl.SslMessageReceiver
public class SslMessageReceiver
SslMessageReceiver acts like a tcp server to receive socket
requests using SSL.
TODO - TCP can be refactored to mirror the structure here, including the
ServerSocketFactory. Once that is done, this class can be removed and the
TCP superclass used directly.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.mule.providers.tcp.TcpMessageReceiver |
|---|
org.mule.providers.tcp.TcpMessageReceiver.TcpStreamWorker, org.mule.providers.tcp.TcpMessageReceiver.TcpWorker |
| Field Summary |
|---|
| Fields inherited from class org.mule.providers.tcp.TcpMessageReceiver |
|---|
serverSocket |
| Fields inherited from class org.mule.providers.AbstractMessageReceiver |
|---|
component, connected, connecting, connectionStrategy, connector, disposing, endpoint, logger, receiverKey, stopped |
| Constructor Summary | |
|---|---|
SslMessageReceiver(org.mule.providers.AbstractConnector connector,
org.mule.umo.UMOComponent component,
org.mule.umo.endpoint.UMOEndpoint endpoint)
|
|
| Method Summary | |
|---|---|
protected ServerSocket |
createSocket(URI uri)
|
| Methods inherited from class org.mule.providers.tcp.TcpMessageReceiver |
|---|
createWork, doConnect, doDisconnect, doDispose, doStart, doStop, getServerSocket, release, run |
| Methods inherited from class org.mule.providers.AbstractMessageReceiver |
|---|
applyResponseTransformer, connect, disconnect, dispose, getComponent, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getWorkManager, handleException, handleUnacceptedFilter, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setComponent, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setWorkManager, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SslMessageReceiver(org.mule.providers.AbstractConnector connector,
org.mule.umo.UMOComponent component,
org.mule.umo.endpoint.UMOEndpoint endpoint)
throws org.mule.umo.lifecycle.InitialisationException
org.mule.umo.lifecycle.InitialisationException| Method Detail |
|---|
protected ServerSocket createSocket(URI uri)
throws IOException,
NoSuchAlgorithmException,
KeyManagementException
createSocket in class org.mule.providers.tcp.TcpMessageReceiverIOException
NoSuchAlgorithmException
KeyManagementException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||