Uses of Class
org.rspeer.game.web.net.response.Response
-
Packages that use Response Package Description org.rspeer.game.web.net.request org.rspeer.game.web.net.response org.rspeer.game.web.test.netty -
-
Uses of Response in org.rspeer.game.web.net.request
Methods in org.rspeer.game.web.net.request that return types with arguments of type Response Modifier and Type Method Description Class<? extends Response>RequestType. getClazz() -
Uses of Response in org.rspeer.game.web.net.response
Subclasses of Response in org.rspeer.game.web.net.response Modifier and Type Class Description classVarListResponseclassWebDistanceResponseclassWebNearestPositionResponseclassWebPathResponseMethods in org.rspeer.game.web.net.response that return types with arguments of type Response Modifier and Type Method Description Class<? extends Response>ResponseType. getClazz() -
Uses of Response in org.rspeer.game.web.test.netty
Methods in org.rspeer.game.web.test.netty with type parameters of type Response Modifier and Type Method Description <T extends Response>
TWebClient. getResponse(Request request)Methods in org.rspeer.game.web.test.netty that return Response Modifier and Type Method Description ResponseWebClient. request(Request request)Methods in org.rspeer.game.web.test.netty with parameters of type Response Modifier and Type Method Description voidWebClient. handleResponse(Response response)
-