All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.responder.DirectFrontend

java.lang.Object
   |
   +----novocode.netforge.http.responder.Responder
           |
           +----novocode.netforge.http.responder.Frontend
                   |
                   +----novocode.netforge.http.responder.DirectFrontend

public final class DirectFrontend
extends Frontend

Field Index

     o   UPLOAD_ALLOW

     o   UPLOAD_DELETE

     o   UPLOAD_MKDIR

     o   UPLOAD_MOVE

Constructor Index

     o   DirectFrontend()

Method Index

     o   createResponse(Request)

     o   getConfig(Config)

     o   resetConfig()

     o   setConfig(Config)


Fields 

o   UPLOAD_ALLOW
 public static final int UPLOAD_ALLOW
o   UPLOAD_MKDIR
 public static final int UPLOAD_MKDIR
o   UPLOAD_DELETE
 public static final int UPLOAD_DELETE
o   UPLOAD_MOVE
 public static final int UPLOAD_MOVE


Constructors 

o   DirectFrontend
 public DirectFrontend()


Methods 

o   createResponse
 public Response createResponse(Request req)
Overrides:
createResponse in class Responder
o   getConfig
 public synchronized void getConfig(Config c)
Overrides:
getConfig in class Frontend
o   setConfig
 public synchronized void setConfig(Config c) throws SetConfigException
Overrides:
setConfig in class Frontend
o   resetConfig
 public synchronized void resetConfig()
Overrides:
resetConfig in class Frontend

All Packages  Class Hierarchy  This Package  Previous  Next  Index