radtools.services.lighttpd
Class LigHTTPDLinux.LigHTTPDFastCGIRemote

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

public static class LigHTTPDLinux.LigHTTPDFastCGIRemote
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  HostPort hostPort
          TODO: Javadoc
 
Constructor Summary
LigHTTPDLinux.LigHTTPDFastCGIRemote(HostPort _hostPort)
          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

hostPort

protected final HostPort hostPort
TODO: Javadoc

Constructor Detail

LigHTTPDLinux.LigHTTPDFastCGIRemote

public LigHTTPDLinux.LigHTTPDFastCGIRemote(HostPort _hostPort)
TODO: Javadoc

Parameters:
_hostPort -
Method Detail

isLocal

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

Specified by:
isLocal in interface LigHTTPDLinux.LigHTTPDFastCGI
Returns: