From 20e19b4242f888aafe3c55f9dabe3af46728cbab Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 31 Oct 2017 01:32:13 +0300 Subject: gradle: farm configuration --- .../components/controllers/helpers/RouterStatus.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 juick-xmpp-wip/src/main/java/com/juick/components/controllers/helpers/RouterStatus.java (limited to 'juick-xmpp-wip/src/main/java/com/juick/components/controllers/helpers/RouterStatus.java') diff --git a/juick-xmpp-wip/src/main/java/com/juick/components/controllers/helpers/RouterStatus.java b/juick-xmpp-wip/src/main/java/com/juick/components/controllers/helpers/RouterStatus.java new file mode 100644 index 00000000..11148dd7 --- /dev/null +++ b/juick-xmpp-wip/src/main/java/com/juick/components/controllers/helpers/RouterStatus.java @@ -0,0 +1,17 @@ +package com.juick.components.controllers.helpers; + +import com.juick.xmpp.StreamComponentServer; + +import java.util.List; + +public class RouterStatus { + private List connections; + + public List getConnections() { + return connections; + } + + public void setConnections(List connections) { + this.connections = connections; + } +} -- cgit v1.2.3