How do you get the InputStream associated with a Socket object in Java?
socket.inputStream()
socket.getInputStream()
socket.streamIn()
socket.readStream()