Uses of Interface
naga.ServerSocketObserver
Packages that use ServerSocketObserver
-
Uses of ServerSocketObserver in naga
Classes in naga that implement ServerSocketObserverModifier and TypeClassDescriptionclass
Class with null-implementations for all callbacks.Methods in naga with parameters of type ServerSocketObserverModifier and TypeMethodDescriptionvoid
NIOServerSocket.listen
(ServerSocketObserver observer) Associates a server socket observer with this server socket and starts accepting connections. -
Uses of ServerSocketObserver in naga.examples
Classes in naga.examples that implement ServerSocketObserver