kaos.core.csi.util.tcpSupport
Interface ResponseSender

All Known Implementing Classes:
ServerRequestHandler

public interface ResponseSender

Author:
KAoS Team $Revision: 1.1 $

Method Summary
 java.lang.String getID()
          This method is invoked in order to send a response back via tcp sockets.
 void sendResponse(java.lang.String response)
          This method is invoked in order to send a response back via tcp sockets.
 

Method Detail

sendResponse

void sendResponse(java.lang.String response)
This method is invoked in order to send a response back via tcp sockets.

Parameters:
response - String containing the response to send.

getID

java.lang.String getID()
This method is invoked in order to send a response back via tcp sockets.

Returns:
String containing the id for this ResponseSender.