Package node

Class NodeThread

All Implemented Interfaces:
Runnable

public class NodeThread extends Thread
Class to handle the node logic.
  • Constructor Details

    • NodeThread

      public NodeThread(Socket socket, Node thisNode)
  • Method Details

    • run

      public void run()
      Receive a message, check if readable or encrypted if encrypted find next node, if readable send request to server.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread