org.eclipse.jetty.http
Class HttpSchemes

java.lang.Object
  extended by org.eclipse.jetty.http.HttpSchemes

public class HttpSchemes
extends java.lang.Object


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

Field Detail

HTTP

public static final java.lang.String HTTP
See Also:
Constant Field Values

HTTPS

public static final java.lang.String HTTPS
See Also:
Constant Field Values

HTTP_BUFFER

public static final Buffer HTTP_BUFFER

HTTPS_BUFFER

public static final Buffer HTTPS_BUFFER
Constructor Detail

HttpSchemes

public HttpSchemes()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.