src/java.base/share/classes/sun/net/www/http/HttpCapture.java
branchJDK-8229867-branch
changeset 57968 8595871a5446
parent 47216 71c04702a3d5
equal deleted inserted replaced
57966:e89c7aaf2906 57968:8595871a5446
    51  * www\.sun\.com , sun%d.log
    51  * www\.sun\.com , sun%d.log
    52  * yahoo\.com\/.*asf , yahoo.log
    52  * yahoo\.com\/.*asf , yahoo.log
    53  *
    53  *
    54  * @author jccollet
    54  * @author jccollet
    55  */
    55  */
       
    56 // Using synchronized should be safe here.
    56 public class HttpCapture {
    57 public class HttpCapture {
    57     private File file;
    58     private File file;
    58     private boolean incoming = true;
    59     private boolean incoming = true;
    59     private BufferedWriter out;
    60     private BufferedWriter out;
    60     private static boolean initialized;
    61     private static boolean initialized;