pygmy.core
Interface ResponseData

All Known Implementing Classes:
InputStreamResponseData, PrintWriterResponseData

public interface ResponseData


Method Summary
 long getLength()
           
 void send(java.io.OutputStream os)
           
 

Method Detail

getLength

long getLength()

send

void send(java.io.OutputStream os)
          throws java.io.IOException
Throws:
java.io.IOException