Represents connection to remote host
Modifiers | Name | Description |
---|---|---|
private RemoteHost |
host |
|
private LocalHost |
localHost |
Constructor and description |
---|
protected RemoteConnection
(LocalHost provider) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
disconnect() |
|
RemoteHost |
getHost() |
|
void |
onConnect() |
|
void |
onDisconnect() |
|
void |
onException(java.lang.Throwable cause) |
|
void |
onMessage(SerialMsg msg) |
|
void |
setHost(RemoteHost host) |
|
void |
write(SerialMsg msg) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.