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