declare namespace org { namespace eclipse { namespace jetty { namespace http { class HttpScheme extends java.lang.Enum { public static readonly HTTP: org.eclipse.jetty.http.HttpScheme public static readonly HTTPS: org.eclipse.jetty.http.HttpScheme public static readonly WS: org.eclipse.jetty.http.HttpScheme public static readonly WSS: org.eclipse.jetty.http.HttpScheme public static readonly CACHE: org.eclipse.jetty.util.Trie public static values(): org.eclipse.jetty.http.HttpScheme[] public static valueOf(arg0: java.lang.String | string): org.eclipse.jetty.http.HttpScheme public asByteBuffer(): java.nio.ByteBuffer public is(arg0: java.lang.String | string): boolean public asString(): string public toString(): string public static class: java.lang.Class } } } } }