org.apache.excalibur.instrument.manager.http.server
Class HTTPRedirect
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
getPath
public String getPath()
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.