radtools.services.lighttpd
Class LigHTTPDLinux.LigHTTPDFastCGILocal

java.lang.Object
  extended by radtools.services.lighttpd.LigHTTPDLinux.LigHTTPDFastCGILocal
All Implemented Interfaces:
LigHTTPDLinux.LigHTTPDFastCGI
Enclosing class:
LigHTTPDLinux

public static class LigHTTPDLinux.LigHTTPDFastCGILocal
extends Object
implements LigHTTPDLinux.LigHTTPDFastCGI

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.9 $
Author:
Greg Gibeling

Field Summary
protected  String binPath
          TODO: Javadoc
protected  int maxProcs
          TODO: Javadoc
protected  int minProcs
          TODO: Javadoc
protected  String socket
          TODO: Javadoc
 
Constructor Summary
LigHTTPDLinux.LigHTTPDFastCGILocal(int _minProcs, int _maxProcs, String _socket, String _binPath)
          TODO: Javadoc
 
Method Summary
 boolean isLocal()
          TODO: Javadoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxProcs

protected final int maxProcs
TODO: Javadoc


minProcs

protected final int minProcs
TODO: Javadoc


socket

protected final String socket
TODO: Javadoc


binPath

protected final String binPath
TODO: Javadoc

Constructor Detail

LigHTTPDLinux.LigHTTPDFastCGILocal

public LigHTTPDLinux.LigHTTPDFastCGILocal(int _minProcs,
                                          int _maxProcs,
                                          String _socket,
                                          String _binPath)
TODO: Javadoc

Parameters:
_minProcs -
_maxProcs -
_socket -
_binPath -
Method Detail

isLocal

public boolean isLocal()
Description copied from interface: LigHTTPDLinux.LigHTTPDFastCGI
TODO: Javadoc

Specified by:
isLocal in interface LigHTTPDLinux.LigHTTPDFastCGI
Returns: