|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBlockingQueue | |
|---|---|
| ch.epfl.lpd.ids.server | Package containing the classes representing the chat server. |
| ch.epfl.lpd.ids.utils | Package containing the classes implementing the blocking queue. |
| Uses of IBlockingQueue in ch.epfl.lpd.ids.server |
|---|
| Fields in ch.epfl.lpd.ids.server declared as IBlockingQueue | |
|---|---|
protected IBlockingQueue<IMessage> |
InternalClient.blockingQueue
The IBlockingQueue used for
retrieving the different messages sent by the other chat
clients. |
| Uses of IBlockingQueue in ch.epfl.lpd.ids.utils |
|---|
| Classes in ch.epfl.lpd.ids.utils that implement IBlockingQueue | |
|---|---|
class |
MyBlockingQueue<T>
Class implementing the IBlockingQueue. |
class |
MyPriorityBlockingQueue<T>
Class implementing the IBlockingQueue
class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||