cat.security
Class SecureSender

java.lang.Object
  extended bycat.security.SecureSender
All Implemented Interfaces:
Sender

public class SecureSender
extends java.lang.Object
implements Sender

SecureSender Date: Apr 3, 2003 Time: 3:04:40 PM


Constructor Summary
SecureSender()
           
 
Method Summary
 void sendData(Data data, Destination dest)
           
 void sendRequest(Request request, Destination d, ResponseListener rl)
           
 void sendResponse(Response response, Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureSender

public SecureSender()
Method Detail

sendRequest

public void sendRequest(Request request,
                        Destination d,
                        ResponseListener rl)
Specified by:
sendRequest in interface Sender

sendResponse

public void sendResponse(Response response,
                         Request request)
Specified by:
sendResponse in interface Sender

sendData

public void sendData(Data data,
                     Destination dest)
Specified by:
sendData in interface Sender