@Path(value="api/servers") public class SessionOpenResource extends Object
@GET @Path(value="query.json") @Produces(value="application/json") public List<String> getSessionServerListJson(@QueryParam(value="zone") String zone)
@GET @Path(value="query") @Produces(value="text/plain") public String getSessionServerList(@QueryParam(value="zone") String zone)
@GET @Path(value="alive") public String checkAlive()
Copyright © 2020 The Ant Financial. All rights reserved.