declare namespace org { namespace eclipse { namespace jetty { namespace websocket { namespace common { namespace scopes { interface WebSocketSessionScope { getWebSocketSession(): org.eclipse.jetty.websocket.common.WebSocketSession getContainerScope(): org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope } } } } } } }