com.aiyc.server.standalone.net
接口 IHandler

所有已知实现类:
GetLocationHandler, GetLocationListHandler, GetMapListHandler, RemoveLocationHandler, RemoveMapHandler, SetFingerprintHandler, SetMapHandler, UnknownHandler, UpdateLocationHandler

public interface IHandler

Interface for an request handler

作者:
felly

方法摘要
 Response handle(com.google.gson.JsonElement data)
          Handles a request
 

方法详细信息

handle

Response handle(com.google.gson.JsonElement data)
                throws Exception
Handles a request

参数:
data - Data sent with the request
返回:
Response
抛出:
Exception


Copyright © 2017. All Rights Reserved.