public interface ServerConnection
| Modifier and Type | Field and Description |
|---|---|
static int |
PING_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate() |
void |
close() |
LogonResult |
getLogonResult() |
String |
getServerVersion() |
<T> T |
getService(Class<T> iface) |
boolean |
isLocal() |
boolean |
isOpen(long msToTest) |
boolean |
isSameInstance(ServerConnection conn) |
boolean |
supportsContinuous() |
static final int PING_INTERVAL
<T> T getService(Class<T> iface)
void close()
boolean isOpen(long msToTest)
LogonResult getLogonResult()
boolean isSameInstance(ServerConnection conn) throws CommunicationException
CommunicationExceptionvoid authenticate()
throws ConnectionException,
CommunicationException
boolean supportsContinuous()
boolean isLocal()
String getServerVersion()
Copyright © 2020. All rights reserved.