public class MCrsNpiHandler extends MChttpHandler
| Constructor and Description |
|---|
MCrsNpiHandler()
MCrsNpiHandler constructor |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange)
Processes RS-NPI DICOM requests
|
void |
handle(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
Processes RS-NPI DICOM requests
|
public 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