/src/kilim/http/HttpMsg.java
Java | 13 lines | 5 code | 3 blank | 5 comment | 0 complexity | e6c23ff746010e1b13efa3a52abab5fa MD5 | raw file
1/* Copyright (c) 2006, Sriram Srinivasan 2 * 3 * You may distribute this software under the terms of the license 4 * specified in the file "License" 5 */ 6 7package kilim.http; 8 9import java.nio.ByteBuffer; 10 11public class HttpMsg { 12 ByteBuffer buffer; 13}