loadRoot(String name) Dynamically change the root resource for the server.
This is kind a dangerous operation !
Parameters: name - The name of the new root resource, to be found in theroot entry.
Dynamically change the root resource for the server.
This is kind a dangerous operation !
Parameters: name - The name of the new root resource, to be found in theroot entry. The new installed root resource, or nullif we couldn't load the given resource.
Perform the given request on behalf of this server.
Parameters: request - The request to perform. A non-null Reply instance. exception: ProtocolException - If some error occurs during processing therequest. exception: ResourceException - If some error not relative to the protocol occurs.