|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DaemonContext | |
|---|---|
| com.maverick.nio | This package contains a generic framework for Java NIO daemons. |
| Uses of DaemonContext in com.maverick.nio |
|---|
| Fields in com.maverick.nio declared as DaemonContext | |
|---|---|
protected DaemonContext |
SocketConnection.daemonContext
|
| Methods in com.maverick.nio that return DaemonContext | |
|---|---|
DaemonContext |
Daemon.getContext()
Get the context for this Daemon. |
DaemonContext |
SocketConnection.getDaemonContext()
Get the daemon process for this socket. |
| Methods in com.maverick.nio with parameters of type DaemonContext | |
|---|---|
protected abstract void |
Daemon.configure(DaemonContext context)
Called before the server is started so that you can configure the server to your own requirements. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||