| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.communication.connection.impl | |
| cz.cuni.amis.pogamut.base.communication.connection.impl.socket |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Reader |
AbstractConnection.getConnectionReader()
This should return plain reader for the current connection.
|
protected abstract Writer |
AbstractConnection.getConnectionWriter()
This should return plain writer for the current connection.
|
WorldReader |
AbstractConnection.getReader() |
WorldWriter |
AbstractConnection.getWriter() |
void |
AbstractConnection.setAddress(ADDRESS address) |
protected abstract void |
AbstractConnection.unsyncConnect(ADDRESS address)
Inner implementation of connect, unsynchronized, this is called from
connect(IConnectionDescriptor).
|
| Modifier and Type | Method and Description |
|---|---|
protected Reader |
SocketConnection.getConnectionReader() |
protected Writer |
SocketConnection.getConnectionWriter() |
protected void |
SocketConnection.unsyncConnect(ISocketConnectionAddress address) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.