2324252627282930313233
throw new IllegalArgumentException("in may not be null"); } this.headers = new HashMap(); DynByteArray buf = new DynByteArray(256); String s = this.readLine(in, buf); StringTokenizer st = new StringTokenizer(s, " "); try { this.cmd = st.nextToken();