Prepare this packet for accumulating a message from the container to the web server. Set the write position to just after the header (but leave the length unwritten, because it is as yet unknown).
()
| 75 | * just after the header (but leave the length unwritten, because it is as yet unknown). |
| 76 | */ |
| 77 | public void reset() { |
| 78 | len = 4; |
| 79 | pos = 4; |
| 80 | } |
| 81 | |
| 82 | |
| 83 | /** |