Jersey - Client Security和Apache HttpClient

时间:2012-04-04 09:42:11

标签: httpclient jersey

我正在一个泽西休息客户端工作,我正在建立我的客户端和我的身份验证问题:

ClientConfig config = new DefaultClientConfig();
Client client = Client.create(config);
client.addFilter(new HTTPBasicAuthFilter("user", "password"));

那么,为什么每个人(包括球衣文档)都会引用Apache HttpClient来处理安全性,当它像我写的那样工作时?它似乎没有使用Apache Framework。那么为什么要用呢?

1 个答案:

答案 0 :(得分:1)

是的,这适用于任何泽西岛客户。有人说它只适用于apache吗?在哪里?