Interface OnRequest

All Known Implementing Classes:
OnRequest, OnRequest, OnRequest, OnRequest, OnRequest
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OnRequest
  • Method Summary

    Modifier and Type
    Method
    Description
    run(org.java_websocket.WebSocket ws, JsonrpcRequest request)
    Handle a JSON-RPC Request, receive a JSON-RPC Response via callback.