Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
PluginWebSocketChannel
Class PluginWebSocketChannel
IWebSocket
implementation over RPC.
Hierarchy
PluginWebSocketChannel
Implements
IWebSocket
Index
Constructors
constructor
Properties
connection
Methods
dispose
on
Close
on
Error
on
Message
send
Constructors
constructor
new
Plugin
Web
Socket
Channel
(
connection
:
PluginConnection
)
:
PluginWebSocketChannel
Parameters
connection:
PluginConnection
Returns
PluginWebSocketChannel
Properties
Protected
Readonly
connection
connection
:
PluginConnection
Methods
dispose
dispose
(
)
:
void
Returns
void
on
Close
on
Close
(
cb
:
(
code
:
number
, reason
:
string
)
=>
void
)
:
void
Parameters
cb:
(
code
:
number
, reason
:
string
)
=>
void
(
code
:
number
, reason
:
string
)
:
void
Parameters
code:
number
reason:
string
Returns
void
Returns
void
on
Error
on
Error
(
cb
:
(
reason
:
any
)
=>
void
)
:
void
Parameters
cb:
(
reason
:
any
)
=>
void
(
reason
:
any
)
:
void
Parameters
reason:
any
Returns
void
Returns
void
on
Message
on
Message
(
cb
:
(
data
:
any
)
=>
void
)
:
void
Parameters
cb:
(
data
:
any
)
=>
void
(
data
:
any
)
:
void
Parameters
data:
any
Returns
void
Returns
void
send
send
(
content
:
string
)
:
void
Parameters
content:
string
Returns
void
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Plugin
Web
Socket
Channel
constructor
connection
dispose
on
Close
on
Error
on
Message
send
IWebSocket implementation over RPC.