Package | Description |
---|---|
naga |
The main Naga classes.
|
naga.examples |
Various examples on how to use Naga.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSocketObserverAdapter
Class with null-implementations for all callbacks.
|
Modifier and Type | Method and Description |
---|---|
void |
NIOServerSocket.listen(ServerSocketObserver observer)
Associates a server socket observer with this server socket and
starts accepting connections.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatServer
Creates a very simple chat server.
|