All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.AdminServer

java.lang.Object
   |
   +----novocode.netforge.PortServer
           |
           +----novocode.netforge.http.HTTPServer
                   |
                   +----novocode.netforge.http.AdminServer

public final class AdminServer
extends HTTPServer

Constructor Index

     o   AdminServer()

Method Index

     o   getType()

     o   init()

     o   serverGetConfig(Config)

     o   serverResetConfig()

     o   serverSetConfig(Config)


Constructors 

o   AdminServer
 public AdminServer()


Methods 

o   init
 public void init()
Overrides:
init in class HTTPServer
o   serverGetConfig
 public void serverGetConfig(Config c)
Overrides:
serverGetConfig in class HTTPServer
o   serverSetConfig
 public void serverSetConfig(Config c) throws SetConfigException
Overrides:
serverSetConfig in class HTTPServer
o   serverResetConfig
 public void serverResetConfig()
Overrides:
serverResetConfig in class HTTPServer
o   getType
 protected String getType()
Overrides:
getType in class HTTPServer

All Packages  Class Hierarchy  This Package  Previous  Next  Index