/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

  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. package kilim.http;
  7. import java.nio.ByteBuffer;
  8. public class HttpMsg {
  9. ByteBuffer buffer;
  10. }