1

このコードは、RESTEasy で完全に機能するために使用されます。ProxyFactory と ClientExecutor が非推奨になったため、オプションが必要です。

PoolingClientConnectionManager connectionManager = new PoolingClientConnectionManager();
DefaultHttpClient httpClient = new DefaultHttpClient(connectionManager);
ClientExecutor clientExecutor = new ApacheHttpClient4Executor(httpClient);
MyClass client = ProxyFactory.create(MyClass.class, "http://localhost", clientExecutor);
4

0 に答える 0