|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionReaderInterface | |
|---|---|
| com.toremote.gateway.client | |
| com.toremote.gateway.plugin | |
| Uses of SessionReaderInterface in com.toremote.gateway.client |
|---|
| Subinterfaces of SessionReaderInterface in com.toremote.gateway.client | |
|---|---|
interface |
SessionWriterInterface
|
| Classes in com.toremote.gateway.client that implement SessionReaderInterface | |
|---|---|
class |
ClientManager
Used to manage session on gateway, you can use ClientManager.getInstance() to get the instance and manage sessions on gateway. |
| Uses of SessionReaderInterface in com.toremote.gateway.plugin |
|---|
| Methods in com.toremote.gateway.plugin with parameters of type SessionReaderInterface | |
|---|---|
void |
SessionInterface.onSessionCreated(java.lang.String sessionId,
SessionInformation si,
SessionReaderInterface reader)
Invoked after the session was created. |
void |
SessionInterface.onSessionTerminated(java.lang.String sessoinId,
SessionReaderInterface reader)
Invoked the session is terminated |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||