All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.admin.AdminServer
java.lang.Object
|
+----org.w3c.jigsaw.http.httpd
|
+----org.w3c.jigsaw.admin.AdminServer
- public class AdminServer
- extends httpd
-
auth
-
-
broker
-
-
controlConfig
-
-
realms
- The realm catalog
-
root
-
-
rr_controlConfig
-
-
rr_realms
-
-
rr_root
-
-
shm
-
-
writer
-
-
AdminServer()
-
-
getBanner()
-
-
getConfigResource()
- get this server config resource
-
getControlResource()
-
-
getRealmCatalogResource()
-
-
getRealmsCatalog()
- Get this server realm catalog.
-
getRoot()
- Get the server current root resource.
-
getRootReference()
- get the resource reference of the root resource of the server
-
initialize(ServerHandlerManager, String, ObservableProperties)
- Initialize a new HTTP server.
-
initializeAuth()
-
-
perform(RequestInterface)
- Perform the given request on behalf of this server.
-
remoteListAttributes(Request)
-
-
remoteLoadRoot(Request)
-
broker
protected ResourceBroker broker
shm
protected ServerHandlerManager shm
writer
protected AdminWriter writer
root
protected AbstractContainer root
rr_root
protected ResourceReference rr_root
controlConfig
protected ControlResource controlConfig
rr_controlConfig
protected ResourceReference rr_controlConfig
auth
protected GenericAuthFilter auth
realms
protected RealmsCatalog realms
- The realm catalog
rr_realms
protected ResourceReference rr_realms
AdminServer
public AdminServer()
getRealmsCatalog
public RealmsCatalog getRealmsCatalog()
- Get this server realm catalog.
- Overrides:
- getRealmsCatalog in class httpd
getBanner
protected String getBanner()
- Overrides:
- getBanner in class httpd
getConfigResource
public ResourceReference getConfigResource()
- get this server config resource
- Overrides:
- getConfigResource in class httpd
getRealmCatalogResource
public ResourceReference getRealmCatalogResource()
getControlResource
public ResourceReference getControlResource()
remoteLoadRoot
public Reply remoteLoadRoot(Request request) throws ProtocolException
remoteListAttributes
public Reply remoteListAttributes(Request request) throws ProtocolException
perform
public ReplyInterface perform(RequestInterface req) throws ProtocolException, NotAProtocolException
- Perform the given request on behalf of this server.
- Overrides:
- perform in class httpd
getRoot
public FramedResource getRoot()
- Get the server current root resource.
- Overrides:
- getRoot in class httpd
getRootReference
public ResourceReference getRootReference()
- get the resource reference of the root resource of the server
- Overrides:
- getRootReference in class httpd
initializeAuth
protected void initializeAuth()
initialize
public void initialize(ServerHandlerManager shm,
String identifier,
ObservableProperties props) throws ServerHandlerInitException
- Initialize a new HTTP server.
- Overrides:
- initialize in class httpd
All Packages Class Hierarchy This Package Previous Next Index