Class 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

      Constructors 
      Constructor Description
      SimpleJilterServer​(java.net.SocketAddress endpoint, java.lang.String handlerClassName)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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