Class SocketListener

java.lang.Object
it.polimi.ingsw.Server.SocketListener
All Implemented Interfaces:
Runnable

public class SocketListener extends Object implements Runnable
Given a SocketWrapper and a BlockingQueue<ClientEvent>, moves only the ClientEvent received on the socket to the queue.