non-http server

Costin Manolache writes:
 > I want to make a pop-server, using the framework of Jigsaw - and  need to
 > understand the "flow" of control, and where can this class fits.
 > If you have any pointer I can follow...
 > 							Costin

Check the w3c.jigsaw.daemon package, it's purpose is exactly to be
able to run a non-http server within a java vm. You will probably want
to reuse some of the mime class, though (I guess POP is an rfc822-like
porotocol, haven't read the spec though)

Anselm.

Received on Thursday, 17 April 1997 09:56:58 UTC