/src/kilim/http/HttpMsg.java
http://github.com/kilim/kilim · Java · 13 lines · 5 code · 3 blank · 5 comment · 0 complexity · e6c23ff746010e1b13efa3a52abab5fa MD5 · raw file
- /* Copyright (c) 2006, Sriram Srinivasan
- *
- * You may distribute this software under the terms of the license
- * specified in the file "License"
- */
- package kilim.http;
- import java.nio.ByteBuffer;
- public class HttpMsg {
- ByteBuffer buffer;
- }