a.lang.String, int)">setup, setup  

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright information
Constructor Detail

NewUrlRequestEditor

public NewUrlRequestEditor()
The default constructor. The NewURL property is set to null.
Method Detail

getNewUrl

public java.lang.String getNewUrl()
Access the NewURL property.
Returns:
The NewURL

setNewUrl

public void setNewUrl(java.lang.String nu)
Set the New URL property.
Parameters:
nu - The NewURL

handleRequest

public void handleRequest(RequestEvent e)
                   throws RequestRejectedException
The method used by the proxy to edit the request to point to the new URL.
Overrides:
handleRequest in class HttpRequestEditor
Parameters:
e - The request event.
Throws:
RequestRejectedException - To reject request.