Search in sources :

Example 1 with EzySimpleRequest

use of com.tvd12.ezyfoxserver.request.EzySimpleRequest in project ezyfox-server by youngmonkeys.

the class EzyUserDataHandler method newRequest.

@SuppressWarnings({ "rawtypes" })
protected EzyRequest newRequest(EzyConstant cmd, EzyArray data) {
    EzySimpleRequest request = requestFactory.newRequest(cmd);
    request.setSession(session);
    request.setUser(user);
    request.deserializeParams(data);
    return request;
}
Also used : EzySimpleRequest(com.tvd12.ezyfoxserver.request.EzySimpleRequest)

Aggregations

EzySimpleRequest (com.tvd12.ezyfoxserver.request.EzySimpleRequest)1