org.mortbay.jetty
Class HttpSchemes

java.lang.Object
  extended byorg.mortbay.jetty.HttpSchemes

public class HttpSchemes
extends Object

Author:
gregw

Field Summary
static String HTTP
           
static String HTTPS
           
 
Constructor Summary
HttpSchemes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP

public static final String HTTP
See Also:
Constant Field Values

HTTPS

public static final String HTTPS
See Also:
Constant Field Values
Constructor Detail

HttpSchemes

public HttpSchemes()