Package org.eclipse.lemminx
Class XMLServerSocketLauncher
java.lang.Object
org.eclipse.lemminx.XMLServerSocketLauncher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intvoidLaunchesXMLLanguageServerusing asynchronous server-socket channel and makes it accessible through the JSON RPC protocol defined by the LSP.static voidCallslaunch(String[])
-
Constructor Details
-
XMLServerSocketLauncher
public XMLServerSocketLauncher()
-
-
Method Details
-
main
Callslaunch(String[])- Throws:
Exception
-
launch
LaunchesXMLLanguageServerusing asynchronous server-socket channel and makes it accessible through the JSON RPC protocol defined by the LSP.- Parameters:
args- standard launch arguments. may contain--portargument to change the default port 5008- Throws:
Exception
-
getPort
-