Skip to content

Commit f1e1496

Browse files
committed
Polish "Remove deprecated HttpComponents5Connection usage"
See gh-1469
1 parent 3154279 commit f1e1496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-ws-core/src/main/java/org/springframework/ws/transport/http/HttpComponents5Connection.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@
4444

4545
/**
4646
* Implementation of {@link WebServiceConnection} that is based on Apache HttpClient 5.
47-
* Exposes a {@link HttpPost} and {@link HttpResponse}.
47+
* Exposes the {@linkplain #getHttpHost() HTTP host}, {@linkplain #getHttpPost() HTTP
48+
* port}, and {@linkplain #getHttpResponse() HTTP response}.
4849
*
4950
* @author Alan Stewart
5051
* @author Barry Pitman
5152
* @author Arjen Poutsma
5253
* @author Greg Turnquist
5354
* @author Lars Uffmann
55+
* @author Brian Clozel
5456
* @since 4.0.5
5557
*/
5658
public class HttpComponents5Connection extends AbstractHttpSenderConnection {

0 commit comments

Comments
 (0)