PseudoProcessor Runs as a component Constructor takes a connection as an argument run method Opens the OutputStream of the connection Opens the InputStream of the connection Reads the file name from the InputStream Opens the file as a Reader Reads from the Reader until null, writing the input to the OutputStream of the connection Closes socket connection