com.bbn.openmap.util.http
Class ReverseListener

java.lang.Object
  extended by com.bbn.openmap.util.http.ReverseListener
All Implemented Interfaces:
HttpRequestListener, java.util.EventListener

public class ReverseListener
extends java.lang.Object
implements HttpRequestListener

An HttpRequestListener that reverses its input.

Version:
1.0, 06/13/97
Author:
Tom Mitchell

Constructor Summary
ReverseListener()
           
 
Method Summary
 void httpRequest(HttpRequestEvent e)
          Reverse the input and send it back to the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseListener

public ReverseListener()
Method Detail

httpRequest

public void httpRequest(HttpRequestEvent e)
                 throws java.io.IOException
Reverse the input and send it back to the client.

Specified by:
httpRequest in interface HttpRequestListener
Throws:
java.io.IOException


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details