mmhttp.protocol
Interface ResponseSender

All Known Implementing Classes:
Expediter

public interface ResponseSender

Implementers of this interface are responsible for sending responses over a socket. TODO MdM - Having a second look at this, I'm not sure it's really worth keeping around.


Method Summary
 void close()
           
 void send(byte[] bytes)
           
 

Method Detail

send

void send(byte[] bytes)
          throws java.lang.Exception
Throws:
java.lang.Exception

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Micah Martin. All Rights Reserved.