Package org.eclipse.lsp4j.jsonrpc.json
-
Interface Summary Interface Description JsonRpcMethodProvider ProvidesJsonRpcMethod.MessageConstants MethodProvider -
Class Summary Class Description ConcurrentMessageProcessor This class connects a message producer with a message consumer by listening for new messages in a dedicated thread.JsonRpcMethod A description of a JSON-RPC method.MessageJsonHandler A wrapper around Gson that includes configuration required for JSON-RPC messages.StreamMessageConsumer A message consumer that serializes messages to JSON and sends them to an output stream.StreamMessageProducer A message producer that reads from an input stream and parses messages from JSON.StreamMessageProducer.Headers -
Annotation Types Summary Annotation Type Description ResponseJsonAdapter An annotation that indicates the GsonTypeAdapterFactoryto use with a request response.