public class SessionExampleServer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionExampleServer.SessionExampleHandler
A sample handler.
|
| Constructor and Description |
|---|
SessionExampleServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Starts a simple server with the handler above, and the SessionInvocationProcessor.
|