scone.proxy
Class NewServerRequestEditor
java.lang.Object
HttpRequestEditor
scone.proxy.NewServerRequestEditor
public class NewServerRequestEditor
- extends HttpRequestEditor
This meg is able to return documents to the browser.
It maps web - paths to filesystem - paths.
Use addPath()
to add a new mapping
- Author:
- Harald Weinreich, Volkert Buchmann
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
NewServerRequestEditor
public NewServerRequestEditor()
getNewServer
public java.lang.String getNewServer()
getNewPort
public int getNewPort()
handleRequest
public void handleRequest(RequestEvent requestevent)
throws RequestRejectedException,
java.io.IOException
- Throws:
RequestRejectedException
java.io.IOException
setNewServer
public void setNewServer(java.lang.String s)
setNewPort
public void setNewPort(int p)