| Package | Description |
|---|---|
| org.granite.client.tide.server |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSession
ServerSession provides an API to manage all communications with the server
It can be setup as a managed bean with Spring or CDI or created manually and attached to a Tide context
ServerSession serverSession = tideContext.set(new ServerSession("/myapp", "localhost", 8080));
|