java.lang.Object
java.lang.Thread
meteordevelopment.meteorclient.systems.modules.misc.swarm.SwarmHost
All Implemented Interfaces:
Runnable

public class SwarmHost extends Thread
  • Constructor Details

    • SwarmHost

      public SwarmHost(int port)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • assignConnectionToSubServer

      public void assignConnectionToSubServer(Socket connection)
    • disconnect

      public void disconnect()
    • sendMessage

      public void sendMessage(String s)
    • getConnections

      public SwarmConnection[] getConnections()
    • getConnectionCount

      public int getConnectionCount()