public class SSLListenerUtil
extends java.lang.Object
SSLListenerUtil contains utility methods for processing
SSL exceptions and adding a listener to a SSLSocket. This class is used
with the listeners.| Constructor and Description |
|---|
SSLListenerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addListener(ORB orb,
java.net.Socket socket)
addListener adds a handshake listener to a specific
socket.SSLListenerUtil |
static void |
processException(ORB orb,
IIOPConnection iiop,
java.net.Socket socket,
java.io.IOException ex)
processException examines the supplied exception for an
SSLException and can notify a listener. |
public static void addListener(ORB orb, java.net.Socket socket)
addListener adds a handshake listener to a specific
socket.SSLListenerUtilsocket - a Socket valuepublic static void processException(ORB orb, IIOPConnection iiop, java.net.Socket socket, java.io.IOException ex)
processException examines the supplied exception for an
SSLException and can notify a listener.ex - an IOException value