com.sendmail.jilter.samples.standalone
Class SimpleJilterServer

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.net.SocketAddress getSocketAddress()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.