declare namespace org { namespace eclipse { namespace jetty { namespace websocket { namespace common { class WebSocketRemoteEndpoint$MsgType extends java.lang.Enum { public static readonly BLOCKING: org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType public static readonly ASYNC: org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType public static readonly STREAMING: org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType public static readonly PARTIAL_TEXT: org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType public static readonly PARTIAL_BINARY: org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType public static values(): org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType[] public static valueOf(arg0: java.lang.String | string): org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType public static class: java.lang.Class } } } } } }