gpt4 book ai didi

java - 如何使用 java Jersey 在资源内发出 HTTP 请求?

转载 作者:太空宇宙 更新时间:2023-11-04 08:11:41 25 4
gpt4 key购买 nike

使用 Jersey,我希望能够发出 GET 请求,这将导致服务器代码在另一个返回 json 对象的资源上对自身发出 HTTP 请求。我知道 Jersey 有独立的客户端和服务器 API,有什么方法可以将两者结合起来吗?

@Path("/helloworld")
public class GetData {
@GET
public String getResource() throws IOException {
String result;

//Insert code to make an http request to localhost/someobject.json and store it in a variable
return result;


}

}

最佳答案

没有理由不能在同一代码中使用客户端和服务器 Jersey,就像使用任何其他代码一样。然而,链接 HTTP 请求听起来可能不是最好的主意。您确定这是您想做的吗?

关于java - 如何使用 java Jersey 在资源内发出 HTTP 请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11110713/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com