public AttachmeServer()

in agent/src/main/java/com/attachme/agent/AttachmeServer.java [15:19]


  public AttachmeServer(int port, Listener listener, Console console) {
    this.port = port;
    this.listener = listener;
    this.log = console;
  }