org.jboss.remoting.transport.multiplex
Interface VirtualSocket.DisconnectListener
- All Known Implementing Classes:
- MultiplexServerInvoker, SSLMultiplexServerInvoker
- Enclosing class:
- VirtualSocket
public static interface VirtualSocket.DisconnectListener
A class that implements DisconnectListener
can register to
be notified if the remote peer of this VirtualSocket
has
disconnected.
notifyDisconnected
void notifyDisconnected(VirtualSocket virtualSocket)
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.