root/Weektaken2/Weektaak3/ESB/src/hanze/ga/wt3/http/HTTPPostConnection.java
| 368 | 369 | ||
|---|---|---|---|
15 | private Socket socket; | 15 | private Socket socket; |
16 | private PrintWriter outPutWriter; | 16 | private PrintWriter outPutWriter; |
17 | private BufferedReader inputReader; | 17 | private BufferedReader inputReader; |
18 | private String inputMessage; | ||
19 | private HTTPApp2QChannel httpObject; | 18 | private HTTPApp2QChannel httpObject; |
20 | 19 | ||
21 | public HTTPPostConnection(Socket accept, HTTPApp2QChannel httpObject) { | 20 | public HTTPPostConnection(Socket accept, HTTPApp2QChannel httpObject) { |
Download diff