things.thinger.service.httptool
Class HttpToolServiceContext
java.lang.Object
things.thinger.service.httptool.HttpToolServiceContext
public class HttpToolServiceContext
- extends java.lang.Object
Context for a http session used by the service.
- Version:
- 1.0
Version History
EPG - Added by request. Based on something from another tool - 13 DEC 08
- Author:
- Erich P. Gatejen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public WhoAmI id
ownerService
public HttpToolService ownerService
link
public java.net.Socket link
si
public SystemInterface si
serveRoot
public java.lang.String serveRoot
HttpToolServiceContext
public HttpToolServiceContext(WhoAmI id,
HttpToolService ownerService,
java.net.Socket link,
SystemInterface si,
java.lang.String serveRoot)
throws java.lang.Throwable
- Contructor.
- Parameters:
id
- ID for this connection. Used for logging.ownerService
- The owning service.link
- The socket link.si
- A system interface.serveRoot
- the file serve root. If null. files cannot be served.
- Throws:
java.lang.Throwable
Things.