com.sendmail.jilter.samples.standalone
Class SimpleJilterServer

java.lang.Object
  extended by com.sendmail.jilter.samples.standalone.SimpleJilterServer
All Implemented Interfaces:
Runnable

public class SimpleJilterServer
extends Object
implements Runnable

Simple Jilter server for handling connections from an MTA.


Constructor Summary
SimpleJilterServer(SocketAddress endpoint, String handlerClassName)
           
 
Method Summary
 SocketAddress getSocketAddress()
           
static void main(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(SocketAddress endpoint,
                          String handlerClassName)
                   throws IOException,
                          ClassNotFoundException,
                          InstantiationException,
                          IllegalAccessException
Throws:
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getSocketAddress

public SocketAddress getSocketAddress()

main

public static void main(String[] args)
                 throws IOException,
                        ClassNotFoundException,
                        InstantiationException,
                        IllegalAccessException
Throws:
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException


Copyright © 2004-2006 Sendmail, Inc.. All Rights Reserved.