Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
TCPConnectionEvent |
TCPConnectionEvent defines an event state object for a
TCP Socket Connection.
|