com.sendmail.jilter.samples.standalone
Class SimpleJilterServer
java.lang.Object
com.sendmail.jilter.samples.standalone.SimpleJilterServer
- All Implemented Interfaces:
- java.lang.Runnable
public class SimpleJilterServer
- extends java.lang.Object
- implements java.lang.Runnable
Simple Jilter server for handling connections from an MTA.
Constructor Summary |
SimpleJilterServer(java.net.SocketAddress endpoint,
java.lang.String handlerClassName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJilterServer
public SimpleJilterServer(java.net.SocketAddress endpoint,
java.lang.String handlerClassName)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
getSocketAddress
public java.net.SocketAddress getSocketAddress()
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Copyright ? 2001-2004, Sendmail, Inc. All Rights Reserved.