public class SimpleRemoteRunMaster extends Object implements AgentConnectionCallback
| Constructor and Description |
|---|
SimpleRemoteRunMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
agentConnected(AgentConnection agentConnection) |
void |
agentDisconnected(AgentConnection agentConnection) |
static void |
main(String[] args) |
void |
messageReceived(AgentConnection agentConnection,
net.formicary.remoterun.common.proto.RemoteRun.AgentToMaster message) |
public static void main(String[] args)
public void agentConnected(AgentConnection agentConnection)
agentConnected in interface AgentConnectionCallbackpublic void messageReceived(AgentConnection agentConnection, net.formicary.remoterun.common.proto.RemoteRun.AgentToMaster message) throws Exception
messageReceived in interface AgentConnectionCallbackExceptionpublic void agentDisconnected(AgentConnection agentConnection)
agentDisconnected in interface AgentConnectionCallbackCopyright © 2016 Formicary. All rights reserved.