com.antiaction.mayhem.dnsd
Class RequestConnectionObject

java.lang.Object
  extended by com.antiaction.mayhem.dnsd.RequestConnectionObject

public class RequestConnectionObject
extends java.lang.Object

Author:
Nicholas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 java.lang.String readLine(IBufferedInputStream socketIn)
          Reads a line on the supplied InputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readLine

public java.lang.String readLine(IBufferedInputStream socketIn)
Reads a line on the supplied InputStream. Lines over 4096 are split.

Parameters:
socketIn - InputStream from which to read.
Returns:
the read line.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.