juglr.net
Class HTTP

java.lang.Object
  extended by juglr.net.HTTP

public class HTTP
extends java.lang.Object

Constants used for the HTTP implementation


Nested Class Summary
static class HTTP.Method
          Enumeration of HTTP methods
static class HTTP.Status
          HTTP Status Codes - see RFC 2616.
static class HTTP.UnsupportedStatusException
           
static class HTTP.Version
          HTTP protocol version
 
Constructor Summary
HTTP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTP

public HTTP()