|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsimple.http.serve.Component
simple.http.load.Service
trackerBT.FileService
public class FileService
Service called to process any request but upload and tracking ones. Simply serves the desired file
| Field Summary |
|---|
| Fields inherited from class simple.http.load.Service |
|---|
engine |
| Fields inherited from class simple.http.serve.Component |
|---|
context |
| Constructor Summary | |
|---|---|
FileService(simple.http.serve.Context context)
|
|
| Method Summary | |
|---|---|
void |
process(simple.http.Request req,
simple.http.Response resp)
|
| Methods inherited from class simple.http.load.Service |
|---|
prepare |
| Methods inherited from class simple.http.serve.Component |
|---|
handle, handle, handle, process, process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileService(simple.http.serve.Context context)
| Method Detail |
|---|
public void process(simple.http.Request req,
simple.http.Response resp)
throws java.io.IOException
process in class simple.http.serve.Componentjava.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||