com.pixelmed.web
Class WadoServer
java.lang.Object
com.pixelmed.web.HttpServer
com.pixelmed.web.WadoServer
- All Implemented Interfaces:
- Runnable
public class WadoServer
- extends HttpServer
The WadoServer implements an HTTP server that responds to WADO GET requests
as defined by DICOM PS 3.18 (ISO 17432), which provides a standard web (http) interface through which to retrieve DICOM objects either
as DICOM files or as derived JPEG images.
It does not respond to any other type of request. See also the RequestTypeServer
which in addition to servicing WADO requests, can provide lists of patients, studies and series that link to WADO URLs.
It extends extends HttpServer and implements
generateResponseToGetRequest().
- See Also:
RequestTypeServer
|
Constructor Summary |
WadoServer(String dataBaseFileName,
String savedImagesFolderName,
int dicomPort,
String calledAETitle,
int storageSCPDebugLevel,
int wadoPort,
int webServerDebugLevel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WadoServer
public WadoServer(String dataBaseFileName,
String savedImagesFolderName,
int dicomPort,
String calledAETitle,
int storageSCPDebugLevel,
int wadoPort,
int webServerDebugLevel)
createWorker
protected HttpServer.Worker createWorker()
- Specified by:
createWorker in class HttpServer
main
public static void main(String[] arg)