helpful progress reporting
[IRC.git] / Robust / src / Interface / HTTPResponse.java
1 package Interface;
2
3
4 public class HTTPResponse {
5   public int returnCode;
6   public long sentBytes;
7 }