class Local . POP3server {
assoc configParams;
int32 connectionsAccepted;
oid listenObj;
} inherits from Object;
Implements an RFC 1939 server.
POP3server:systemShutdown()
Because it provides a long-running service, POP3server objects register themselves with the ShutdownService, which sends a systemShutdown notification when a graceful shutdown is requested.
POP3server:connectionAccepted(oid newSocket)
When new HTTP connections are received, the connectionAccepted method creates a HTTPfastReceive object to handle the I/O and processing of any requests.