Neokernel API

SecureWebServer Fields

The fields of the SecureWebServer class are listed below. For a complete list of SecureWebServer class members, see the SecureWebServer Members topic.

Public Instance Fields

counter (inherited from WebServer)
rebinding

Protected Instance Fields

agent_id (inherited from Agent) This is where the agent_id is cached for use by the toString method.
agentControllerObj (inherited from Agent) This is a reference to the AgentController assigned to this agent.
authenticationAgent (inherited from WebServer)
debugReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for debug output. If this field is null (Nothing in Visual Basic) the debug method will be ignored.
errorReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for error output. If this field is null, (Nothing in Visual Basic), the error methods will be ignored.
indexAgent (inherited from WebServer)
logger (inherited from WebServer)
multihome (inherited from WebServer)
ntlmProcessToken (inherited from WebServer)
ntlmProcessUser (inherited from WebServer)
numConnections (inherited from WebServer)
printlnReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for println output. If this field is null (Nothing in Visual Basic) the println method will be ignored.
proxyAgent (inherited from WebServer)
redirectAgent (inherited from WebServer)
refuseRequests (inherited from WebServer)
runThread (inherited from WebServer)
secureSocket (inherited from WebServer)
threadPool (inherited from WebServer)
warningReporter (inherited from Agent) This is a reference to the Reporter assigned to this agent for warning output. If this field is null (Nothing in Visual Basic) the warning methods will be ignored.

See Also

SecureWebServer Class | com.neokernel.httpd Namespace