Mercurial > dive4elements > http-client
comparison ChangeLog @ 26:c4431f39926a
New method to call a service with a ResponseHandler.
http-client/trunk@2279 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 04 Jul 2011 10:17:22 +0000 |
parents | 97628364ab0b |
children | 73b211b559e2 |
comparison
equal
deleted
inserted
replaced
24:97628364ab0b | 26:c4431f39926a |
---|---|
1 2011-07-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | |
4 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | |
5 Added a method to call a service with a ResponseHandler. This allows us | |
6 to access the InputStream directly. | |
7 | |
1 2011-06-28 Ingo Weinzierl <ingo@intevation.de> | 8 2011-06-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 Tagged RELEASE 0.4 | 10 Tagged RELEASE 0.4 |
4 | 11 |
5 2011-06-27 Ingo Weinzierl <ingo@intevation.de> | 12 2011-06-27 Ingo Weinzierl <ingo@intevation.de> |