mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-05 05:30:38 +00:00
Add initial proof of concept for http server
This commit is contained in:
parent
49aaff2bbe
commit
0338befcf3
4 changed files with 153 additions and 1 deletions
|
@ -10,7 +10,7 @@ import java.util.Map;
|
|||
/**
|
||||
* Namespace implementation, that has plural handling for list arguments and converts camel case keys to dashed strings
|
||||
*/
|
||||
final class JsonRpcNamespace extends Namespace {
|
||||
final public class JsonRpcNamespace extends Namespace {
|
||||
|
||||
public JsonRpcNamespace(final Map<String, Object> attrs) {
|
||||
super(attrs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue