上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 46 下一页
  2016年4月17日
摘要: With Http(s)URLConnection The support for security, specifically HTTP authentication and/or cookie management with Http(s)URLConnection is limited due 阅读全文
posted @ 2016-04-17 19:29 huey2672 阅读(263) 评论(0) 推荐(0) 编辑
摘要: The Jersey client API was originally developed to aid the testing of the Jersey server-side, primarily to make it easier to write functional tests in 阅读全文
posted @ 2016-04-17 19:24 huey2672 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Filtering requests and responses can provide useful functionality that is hidden from the application layer of building and sending requests, and proc 阅读全文
posted @ 2016-04-17 19:12 huey2672 阅读(325) 评论(0) 推荐(0) 编辑
摘要: To utilize the client API it is first necessary to create an instance of a Client, for example: Configuring a Client and WebResource The client instan 阅读全文
posted @ 2016-04-17 18:35 huey2672 阅读(481) 评论(0) 推荐(0) 编辑
摘要: Since a resource is represented as a Java type it makes it easy to configure, pass around and inject in ways that is not so intuitive or possible with 阅读全文
posted @ 2016-04-17 13:50 huey2672 阅读(255) 评论(0) 推荐(0) 编辑
摘要: The Jersey client API is a high-level Java based API for interoperating with RESTful Web services. It makes it very easy to interoperate with RESTful 阅读全文
posted @ 2016-04-17 10:13 huey2672 阅读(229) 评论(0) 推荐(0) 编辑
  2016年4月16日
摘要: Previous sections have introduced the use of @Context. The JAX-RS specification presents all the standard JAX-RS Java types that may be used with @Con 阅读全文
posted @ 2016-04-16 23:42 huey2672 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Previous sections have presented examples of annotated types, mostly annotated method parameters but also annotated fields of a class, for the injecti 阅读全文
posted @ 2016-04-16 23:39 huey2672 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Security information is available by obtaining the SecurityContext using @Context, which is essentially the equivalent functionality available on the  阅读全文
posted @ 2016-04-16 23:34 huey2672 阅读(308) 评论(0) 推荐(0) 编辑
摘要: By default the life-cycle of root resource classes is per-request, namely that a new instance of a root resource class is created every time the reque 阅读全文
posted @ 2016-04-16 23:19 huey2672 阅读(293) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 46 下一页