Package | Description |
---|---|
com.putable.server |
Provides the classes specific to the server
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.BlockingQueue<RequestHandler> |
NetPuzlServer.requests
The queue of matrix modification requests made by clients
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.BlockingQueue<RequestHandler> |
NetPuzlServer.getRequests()
Gets the queue of requests of this server
|