org.pf.net
Class BinaryRequestServer

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

public abstract class BinaryRequestServer
extends RequestServer

Abstract superclass for servers that handle binary requests

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
BinaryRequestServer()
          Initialize the new instance with default values.
BinaryRequestServer(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

BinaryRequestServer

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


BinaryRequestServer

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