| Interface | Description |
|---|---|
| AcceptorExceptionListener |
A callback interface to notify client code that the acceptor caught an
exception.
|
| SSLSessionListener |
The
SSLSessionListener interface defines methods for a
developer to implement in order to receive notifications of SSL
events from JacORB. |
| TCPConnectionListener |
The
TCPConnectionListener interface defines methods for a
developer to implement in order to receive notifications of socket
events from JacORB. |
| Class | Description |
|---|---|
| AcceptorExceptionEvent |
AcceptorExceptionEvent defines an event state object for a
Acceptor Exception events. |
| DefaultAcceptorExceptionListener |
The JacORB default implementation of interface
AcceptorExceptionListener. |
| NullAcceptorExceptionListener | |
| NullSSLSessionListener |
empty implementation of the SSLSessionListener interface
|
| NullTCPConnectionListener |
empty implementation of the TCPConnectionListener interface
|
| SSLHandshakeListener |
SSLHandshakeListener implements the SSL Handshake Listener
in order to detect a successful SSL connection. |
| SSLListenerUtil |
SSLListenerUtil contains utility methods for processing
SSL exceptions and adding a listener to a SSLSocket. |
| SSLSessionEvent |
SSLSessionEvent defines an event state object for a
SSL Session. |
| TCPConnectionEvent |
TCPConnectionEvent defines an event state object for a
TCP Socket Connection. |