Свойство | Type | Description | |
---|---|---|---|
interopInQueue | ConcurrentQueue |
||
interopOutQueue | ConcurrentQueue |
||
lastInteropWriteTime | long |
Свойство | Type | Description | |
---|---|---|---|
threadException | Exception | ||
threadExceptionStackTrace | String |
Méthode | Description | |
---|---|---|
connect ( ClientSettings, settings ) : void | ||
connectionThreadRun ( ) : void | ||
handleChat ( ) : void | ||
handlePluginInterop ( ) : void | ||
handlePluginUpdates ( ) : void | ||
readPluginInterop ( ) : void | ||
safeAbort ( Thread thread, bool join = false ) : void |
Méthode | Description | |
---|---|---|
connectionEnded ( ) : void | ||
connectionStarted ( ) : void | ||
enqueueTextMessage ( InTextMessage message, bool to_plugin = true ) : void | ||
messageReceived ( KLFCommon, id, byte data ) : void | ||
passExceptionToMain ( Exception e ) : void | ||
sendClientInteropMessage ( KLFCommon, id, byte data ) : void |
Méthode | Description | |
---|---|---|
connectionLoop ( ClientSettings, settings ) : bool | ||
writePluginInterop ( ) : bool |
public connect ( ClientSettings, settings ) : void | ||
settings | ClientSettings, | |
Résultat | void |
protected enqueueTextMessage ( InTextMessage message, bool to_plugin = true ) : void | ||
message | InTextMessage | |
to_plugin | bool | |
Résultat | void |
protected messageReceived ( KLFCommon, id, byte data ) : void | ||
id | KLFCommon, | |
data | byte | |
Résultat | void |
protected passExceptionToMain ( Exception e ) : void | ||
e | Exception | |
Résultat | void |
public safeAbort ( Thread thread, bool join = false ) : void | ||
thread | Thread | |
join | bool | |
Résultat | void |
protected sendClientInteropMessage ( KLFCommon, id, byte data ) : void | ||
id | KLFCommon, | |
data | byte | |
Résultat | void |