类 HttpClientSample
- java.lang.Object
-
- me.hekr.iotos.softgateway.sample.HttpClientSample
-
public class HttpClientSample extends Object
运行前先启动 HttpServerSample- 作者:
- iotos
-
-
构造器概要
构造器 构造器 说明 HttpClientSample()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidmain(String[] args)static voidtestChecker()测试自定义校验static voidtestRequestPageable()测试分页static voidtestRequestPageableItems()测试分页 ,紧紧返回列表的情况
-
-
-
方法详细资料
-
main
public static void main(String[] args)
-
testRequestPageable
public static void testRequestPageable()
测试分页
-
testRequestPageableItems
public static void testRequestPageableItems()
测试分页 ,紧紧返回列表的情况
-
testChecker
public static void testChecker()
测试自定义校验
-
-