rabbit.httpio
Interface LineListener

All Known Implementing Classes:
HttpHeaderReader

public interface LineListener

An event handler for lines of text.

Author:
Robert Olofsson

Method Summary
 void lineRead(String line)
          Event sent when a line of text have been read.
 

Method Detail

lineRead

void lineRead(String line)
              throws IOException
Event sent when a line of text have been read.

Parameters:
line - the line of text that have been read.
Throws:
IOException