Capturing network traffic through Java with Fiddler
If you do any socket programming on Java or use any library that does, there will come a time that you need to monitor the traffic going through your application. You will need the following class in order to see the traffic in Fiddler You can initialize the above class by the following