Uses of Interface
naga.ServerSocketObserver

Packages that use ServerSocketObserver
naga The main Naga classes. 
 

Uses of ServerSocketObserver in naga
 

Classes in naga that implement ServerSocketObserver
 class ServerSocketObserverAdapter
          Class with null-implementations for all callbacks.
 

Methods in naga with parameters of type ServerSocketObserver
 void NIOServerSocket.listen(ServerSocketObserver observer)
          Associates a server socket observer with this server socket and starts accepting connections.