Package org.jboss.remoting.socketfactory

Interface Summary
ServerSocketFactoryWrapper  
SocketCreationListener Interface for a listener that is called when a socket is created.
SocketFactoryWrapper  
 

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.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.