Package com.pixelmed.web
Class WadoServer
java.lang.Object
com.pixelmed.web.HttpServer
com.pixelmed.web.WadoServer
- All Implemented Interfaces:
Runnable
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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.pixelmed.web.HttpServer
HttpServer.Worker
-
Field Summary
Fields inherited from class com.pixelmed.web.HttpServer
defaultNumberOfWorkers
-
Constructor Summary
ConstructorsConstructorDescriptionWadoServer
(String dataBaseFileName, String savedImagesFolderName, int dicomPort, String calledAETitle, int wadoPort) -
Method Summary
Methods inherited from class com.pixelmed.web.HttpServer
initializeThreadPool, initializeThreadPool, run
-
Constructor Details
-
WadoServer
-
-
Method Details
-
createWorker
- Specified by:
createWorker
in classHttpServer
-
main
-