1

In my application, I have used apache HttpClient. Now I would like to monitor the request and response from the capture data transmitted by the httpclient. Is it possible to know which ports are opened by the HttpClient. I am using Linux, so can I use netstat to see which ports are open by my java application process?

Time Travel
  • 1,404
  • 2
  • 10
  • 11

1 Answers1

0

You can get detailed info about connection management by turning on context logging as described here

ok2c
  • 26,450
  • 5
  • 63
  • 71