Package io.quarkus.devui.runtime.jsonrpc
Class JsonRpcCodec
java.lang.Object
io.quarkus.devui.runtime.jsonrpc.JsonRpcCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadRequest(String json) voidwriteErrorResponse(io.vertx.core.http.ServerWebSocket socket, int id, String jsonRpcMethodName, Throwable exception) voidwriteMethodNotFoundResponse(io.vertx.core.http.ServerWebSocket socket, int id, String jsonRpcMethodName) voidwriteResponse(io.vertx.core.http.ServerWebSocket socket, int id, Object object, MessageType messageType)
-
Constructor Details
-
JsonRpcCodec
-
-
Method Details
-
readRequest
-
writeResponse
public void writeResponse(io.vertx.core.http.ServerWebSocket socket, int id, Object object, MessageType messageType) -
writeMethodNotFoundResponse
public void writeMethodNotFoundResponse(io.vertx.core.http.ServerWebSocket socket, int id, String jsonRpcMethodName) -
writeErrorResponse
-