get rid of the stream parsing that occurs in the Layer III decoder. BitStream.readFra...
[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 }