public class MCupsHandler extends MChttpHandler
MCstowHandler class is used to handle Http STOW-RS DICOM requests| Constructor and Description |
|---|
MCupsHandler()
MCstowHandler constructor |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange)
Processes STOW-RS DICOM requests
|
void |
handle(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
Processes STOW-RS DICOM requests
|
public MCupsHandler()
MCstowHandler constructorpublic void handle(com.sun.net.httpserver.HttpExchange httpExchange)
handle in interface com.sun.net.httpserver.HttpHandlerhandle in class MChttpHandlerhttpExchange - Sun HttpExchange objectpublic void handle(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
handle in interface org.apache.http.protocol.HttpRequestHandlerhandle in class MChttpHandlerrequest - Apache HttpRequest objectresponse - Apache HttpResponse objectcontext - Apache HttpContext object