public interface ISession
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SessionEvents eventHandler) |
void |
close() |
UUID |
getSessionId() |
void |
open(String uri,
SessionEvents eventHandler) |
void |
sendRequest(String action,
Request payload,
String uuid) |
String |
storeRequest(Request payload) |
UUID getSessionId()
void open(String uri, SessionEvents eventHandler)
void accept(SessionEvents eventHandler)
void close()
Copyright © 2022. All rights reserved.