Class Communication

java.lang.Object
com.github.fungal.impl.remote.Communication
All Implemented Interfaces:
Runnable

public class Communication extends Object implements Runnable
The communication between client and server
Author:
Jesper Pedersen
  • Constructor Details

    • Communication

      public Communication(CommunicationServer cs, Socket socket)
      Constructor
      Parameters:
      cs - The communication server
      socket - The socket
  • Method Details

    • run

      public void run()
      Run
      Specified by:
      run in interface Runnable