declare namespace org { namespace eclipse { namespace jetty { namespace http { class HttpParser$CharState extends java.lang.Enum { public static readonly ILLEGAL: org.eclipse.jetty.http.HttpParser$CharState public static readonly CR: org.eclipse.jetty.http.HttpParser$CharState public static readonly LF: org.eclipse.jetty.http.HttpParser$CharState public static readonly LEGAL: org.eclipse.jetty.http.HttpParser$CharState public static values(): org.eclipse.jetty.http.HttpParser$CharState[] public static valueOf(arg0: java.lang.String | string): org.eclipse.jetty.http.HttpParser$CharState public static class: java.lang.Class } } } } }