use of com.tvd12.ezyfoxserver.client.request.EzyRequest in project ezyfox-server-android-client by youngmonkeys.
the class EzyHandshakeHandler method handleLogin.
protected void handleLogin(EzyArray data) {
EzyRequest loginRequest = getLoginRequest();
client.send(loginRequest);
}
Aggregations