|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnectionFactory | |
|---|---|
| net.anotheria.net.shared.server | |
| net.anotheria.net.tcp.proxy | |
| net.anotheria.net.tcp.server | |
| net.anotheria.net.tcp.server.object2object | |
| Uses of IConnectionFactory in net.anotheria.net.shared.server |
|---|
| Methods in net.anotheria.net.shared.server that return IConnectionFactory | |
|---|---|
IConnectionFactory |
AbstractServer.getConnectionFactory()
Returns the connection factory |
| Methods in net.anotheria.net.shared.server with parameters of type IConnectionFactory | |
|---|---|
void |
AbstractServer.setConnectionFactory(IConnectionFactory connectionFactory)
Sets a new connection factory |
| Constructors in net.anotheria.net.shared.server with parameters of type IConnectionFactory | |
|---|---|
AbstractServer(IConnectionFactory aConnectionFactory)
Creates a new server with specified connection factory. |
|
| Uses of IConnectionFactory in net.anotheria.net.tcp.proxy |
|---|
| Classes in net.anotheria.net.tcp.proxy that implement IConnectionFactory | |
|---|---|
class |
ProxyConnectionFactory
A factory for proxy connections. |
| Uses of IConnectionFactory in net.anotheria.net.tcp.server |
|---|
| Constructors in net.anotheria.net.tcp.server with parameters of type IConnectionFactory | |
|---|---|
BasicTCPServer(int aPort,
IConnectionFactory conFactory)
Creates a new server with the given port and connection factory. |
|
| Uses of IConnectionFactory in net.anotheria.net.tcp.server.object2object |
|---|
| Classes in net.anotheria.net.tcp.server.object2object that implement IConnectionFactory | |
|---|---|
class |
O2OConnectionFactory
A factory for creation of object to object connections. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||