org.apache.excalibur.instrument.manager.http.server
Class HTTPRedirect

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.excalibur.instrument.manager.http.server.HTTPRedirect
All Implemented Interfaces:
Serializable

public class HTTPRedirect
extends IOException

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:29 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
HTTPRedirect(String path)
          Creates a new HTTPRedirect.
 
Method Summary
 String getPath()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPRedirect

public HTTPRedirect(String path)
Creates a new HTTPRedirect.

Parameters:
port - The port on which the server will listen.
bindAddress - The address on which the server will listen for connections.
Method Detail

getPath

public String getPath()


Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.