org.pf.net
Class TextRequestServer

java.lang.Object
  extended by org.pf.util.ExceptionIgnorer
      extended by org.pf.net.RequestServer
          extended by org.pf.net.TextRequestServer
All Implemented Interfaces:
java.lang.Runnable

public abstract class TextRequestServer
extends RequestServer

A request server that is specialized to accept requests in text form (e.g. HTTP).

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
TextRequestServer()
          Initialize the new instance with default values.
TextRequestServer(ExceptionHandler exHandler)
          Initialize the new instance with default values.
 
Method Summary
 
Methods inherited from class org.pf.net.RequestServer
run
 
Methods inherited from class org.pf.util.ExceptionIgnorer
exceptionOccurred, getExceptionHandler, setExceptionHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRequestServer

public TextRequestServer()
Initialize the new instance with default values.


TextRequestServer

public TextRequestServer(ExceptionHandler exHandler)
Initialize the new instance with default values.