This commit is contained in:
Redkale
2017-05-27 15:31:35 +08:00
parent a99c7d3454
commit a8b9cc9753
7 changed files with 48 additions and 9 deletions

View File

@@ -604,6 +604,10 @@ public abstract class NodeServer {
return false;
}
public ResourceFactory getResourceFactory() {
return resourceFactory;
}
public InetSocketAddress getSncpAddress() {
return sncpAddress;
}