|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionException | |
|---|---|
| cz.cuni.amis.pogamut.base.communication.connection.impl | |
| cz.cuni.amis.pogamut.base.communication.connection.impl.socket | |
| Uses of ConnectionException in cz.cuni.amis.pogamut.base.communication.connection.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.connection.impl that throw ConnectionException | |
|---|---|
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). |
| Uses of ConnectionException in cz.cuni.amis.pogamut.base.communication.connection.impl.socket |
|---|
| Methods in cz.cuni.amis.pogamut.base.communication.connection.impl.socket that throw ConnectionException | |
|---|---|
protected Reader |
SocketConnection.getConnectionReader()
|
protected Writer |
SocketConnection.getConnectionWriter()
|
protected void |
SocketConnection.unsyncConnect(ISocketConnectionAddress address)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||