|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CommunicationsObject | |
| context.arch | |
| context.arch.comm.clients | |
| context.arch.comm.protocol | |
| Uses of CommunicationsObject in context.arch |
| Fields in context.arch declared as CommunicationsObject | |
CommunicationsObject |
BaseObject.communications
Object to handle communications between components |
| Uses of CommunicationsObject in context.arch.comm.clients |
| Fields in context.arch.comm.clients declared as CommunicationsObject | |
CommunicationsObject |
ClientsPool.comm
The Communications object |
| Constructors in context.arch.comm.clients with parameters of type CommunicationsObject | |
ClientsPool(int numberOfClients,
CommunicationsObject commObject)
Creates a generic ClientsPool. |
|
ClientsPool(CommunicationsObject commObject)
Creates a ClientsPool with the default number of threads in the pool of threads. |
|
Client(CommunicationsObject commObject,
java.lang.String name)
Creates new Client. |
|
| Uses of CommunicationsObject in context.arch.comm.protocol |
| Constructors in context.arch.comm.protocol with parameters of type CommunicationsObject | |
HTTPServerSocket(CommunicationsObject object)
Basic constructor for HTTPServerSocket that calls TCPServerSocket |
|
HTTPServerSocket(CommunicationsObject object,
java.lang.Integer port)
Constructor for HTTPServerSocket that calls TCPServerSocket with the given port |
|
HTTPMulticastUDPSocket(CommunicationsObject object)
Basic constructor for HTTPMulticastSocket that calls MulticastUDPSocket |
|
HTTPClientSocket(CommunicationsObject object)
Basic constructor for HTTPClientSocket that calls TCPClientSocket |
|
HTTPClientSocket(CommunicationsObject object,
java.lang.String server,
java.lang.Integer port)
Constructor for HTTPClientSocket that calls TCPClientSocket with the given port |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||