Class LSPLauncher.Builder<T>

  • Enclosing class:
    LSPLauncher

    public static class LSPLauncher.Builder<T>
    extends org.eclipse.lsp4j.jsonrpc.Launcher.Builder<T>
    Launcher builder for the Language Server Protocol.
    • Field Summary

      • Fields inherited from class org.eclipse.lsp4j.jsonrpc.Launcher.Builder

        classLoader, configureGson, exceptionHandler, executorService, input, localServices, messageTracer, messageWrapper, output, remoteInterfaces, validateMessages
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      • Methods inherited from class org.eclipse.lsp4j.jsonrpc.Launcher.Builder

        configureGson, create, createJsonHandler, createLauncher, createMessageProcessor, createProxy, createRemoteEndpoint, getSupportedMethods, setClassLoader, setExceptionHandler, setExecutorService, setInput, setLocalService, setLocalServices, setOutput, setRemoteInterface, setRemoteInterfaces, traceMessages, validateMessages, wrapMessageConsumer, wrapMessages
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()