|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| com.asdf.client | Client component of the software. |
| com.asdf.parser | Automatically generated parser class for Message objects |
| com.asdf.plugins.hello | |
| com.asdf.plugins.pokergames | In-built pokergame implementation. |
| Uses of Request in com.asdf.client |
|---|
| Methods in com.asdf.client with parameters of type Request | |
|---|---|
void |
MessageHandler.handleRequest(Request req)
Handles a Request sent by the server. |
void |
LobbyController.handleRequest(Request req)
Stub method, since LobbyController does not serve any requests. |
| Uses of Request in com.asdf.parser |
|---|
| Methods in com.asdf.parser that return Request | |
|---|---|
Request |
ObjectFactory.createRequest()
Create an instance of Request |
Request |
Message.getRequest()
Gets the value of the request property. |
| Methods in com.asdf.parser with parameters of type Request | |
|---|---|
void |
Message.setRequest(Request value)
Sets the value of the request property. |
| Uses of Request in com.asdf.plugins.hello |
|---|
| Methods in com.asdf.plugins.hello with parameters of type Request | |
|---|---|
void |
HelloGame.handleRequest(Request req)
Game logics requests something of you, if you want to do something about it, write some code here. |
| Uses of Request in com.asdf.plugins.pokergames |
|---|
| Methods in com.asdf.plugins.pokergames with parameters of type Request | |
|---|---|
void |
PokerGameController.handleRequest(Request req)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||