(@NotNull String account, @NotNull String clientId, @NotNull Rpc<?, ?> r)
| 1053 | } |
| 1054 | |
| 1055 | public void sendResponse(@NotNull String account, @NotNull String clientId, @NotNull Rpc<?, ?> r) { |
| 1056 | r.setRequest(false); |
| 1057 | send(account, clientId, r); |
| 1058 | } |
| 1059 | |
| 1060 | public void send(@NotNull Collection<BLoginKey> logins, @NotNull Protocol<?> p) { |
| 1061 | if (logins.size() <= 0) |
nothing calls this directly
no test coverage detected