License:
BSD style: see license.txt

Version:
Initial release: December 2005

author:
Kris

  • class HttpTriplet : tango.io.protocol.model.IWriter.IWritable;
  • Class to represent an HTTP response- or request-line

  • abstract void test ();
  • test the validity of these tokens

  • void parse (char[] line);
  • Parse the the given line into its constituent components.

  • char[] toString ();
  • return a reference to the original string

  • void write (IWriter writer);
  • Output the string via the given writer

  • final void error (char[] msg);
  • throw an exception

    Copyright (c) 2004 Kris Bell. All rights reserved :: page rendered by CandyDoc