Class Summary |
CreationListenerServerSocket |
A CreationListenerServerSocket wraps a ServerSocket to which it delegates
calls to accept(), and when the wrapped ServerSocket creates a Socket in
accept(), a SocketCreationListener is notified before the Socket is returned. |
CreationListenerServerSocketFactory |
A CreationListenerServerSocketFactory wraps a ServerSocketFactory, and whenever
the ServerSocketFactory creates a ServerSocket, the ServerSocket is wrapped in a
CreationListenerServerSocket. |
CreationListenerSocketFactory |
A CreationListenerSocketFactory wraps a SocketFactory and notifies a listener
of the creation of a Socket before returning the socket. |