Uses of Class
com.asdf.parser.Response

Packages that use Response
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 Response in com.asdf.client
 

Methods in com.asdf.client with parameters of type Response
 void MessageHandler.handleResponse(Response rsp)
          Handles a Response sent by the server.
 void LobbyController.handleResponse(Response rsp)
          Handle response sent by the server.
 

Uses of Response in com.asdf.parser
 

Methods in com.asdf.parser that return Response
 Response ObjectFactory.createResponse()
          Create an instance of Response
 Response Message.getResponse()
          Gets the value of the response property.
 

Methods in com.asdf.parser with parameters of type Response
 void Message.setResponse(Response value)
          Sets the value of the response property.
 

Uses of Response in com.asdf.plugins.hello
 

Methods in com.asdf.plugins.hello with parameters of type Response
 void HelloGame.handleResponse(Response rsp)
          Game logics has sent a response.
 

Uses of Response in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames with parameters of type Response
 void PokerGameController.handleResponse(Response rsp)
          Handles a response sent by players.