Table of Contents

OIL2 Class Local.POP3server


class Local . POP3server {
        assoc   configParams;
        int32   connectionsAccepted;
        oid     listenObj;
inherits from Object;

DESCRIPTION

Implements an RFC 1939 server.

METHODS


Local.POP3server:systemShutdown

POP3server:systemShutdown()

Method Description

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.


Local.POP3server:connectionAccepted

POP3server:connectionAccepted(oid newSocket)

Method Description

When new HTTP connections are received, the connectionAccepted method creates a HTTPfastReceive object to handle the I/O and processing of any requests.