Package client


package client
  • Class
    Description
    The client class handles all IO interactions with the server.
    Stores configurations for connecting the client
    The connect class establishes a connection, via a TCP Socket, to the server and initialises a client.
    The Packet class holds the Packet object which is used commonly within the Client in order to send and recieve data.
    The PacketConversionException is used when trying to convert an object of type Packet to something else.
    The SingleClient acts as a singleton that interacts with a single instance of a Client object.