Uses of Class
org.rspeer.game.web.net.request.Request
-
Packages that use Request Package Description org.rspeer.game.web.net org.rspeer.game.web.net.request org.rspeer.game.web.test.netty -
-
Uses of Request in org.rspeer.game.web.net
Methods in org.rspeer.game.web.net with parameters of type Request Modifier and Type Method Description void
Session. write(RequestType type, Request object, com.google.gson.Gson gson)
-
Uses of Request in org.rspeer.game.web.net.request
Subclasses of Request in org.rspeer.game.web.net.request Modifier and Type Class Description class
WebDistanceRequest
class
WebNearestPositionRequest
class
WebObjectPathRequest
class
WebPathRequest
-
Uses of Request in org.rspeer.game.web.test.netty
Methods in org.rspeer.game.web.test.netty with parameters of type Request Modifier and Type Method Description <T extends Response>
TWebClient. getResponse(Request request)
Response
WebClient. request(Request request)
-