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().
RequestTypeServer| Modifier and Type | Class and Description |
|---|---|
protected class |
WadoServer.WADOWorker |
HttpServer.WorkerdefaultNumberOfWorkers| Constructor and Description |
|---|
WadoServer(String dataBaseFileName,
String savedImagesFolderName,
int dicomPort,
String calledAETitle,
int wadoPort) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpServer.Worker |
createWorker() |
static void |
main(String[] arg) |
initializeThreadPool, initializeThreadPool, runprotected HttpServer.Worker createWorker()
createWorker in class HttpServerpublic static void main(String[] arg)