Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::RESTServer Class Reference

#include <mitkRESTServer.h>

Public Member Functions

 RESTServer (const web::uri &uri)
 Creates an server listening to the given URI. More...
 
 ~RESTServer ()
 
web::uri GetUri ()
 
void OpenListener ()
 Opens the listener and starts the listening process. More...
 
void CloseListener ()
 Closes the listener and stops the listening process. More...
 

Detailed Description

Definition at line 21 of file mitkRESTServer.h.

Constructor & Destructor Documentation

◆ RESTServer()

mitk::RESTServer::RESTServer ( const web::uri &  uri)

Creates an server listening to the given URI.

Parameters
urithe URI at which the server is listening for requests

◆ ~RESTServer()

mitk::RESTServer::~RESTServer ( )

Member Function Documentation

◆ CloseListener()

void mitk::RESTServer::CloseListener ( )

Closes the listener and stops the listening process.

◆ GetUri()

web::uri mitk::RESTServer::GetUri ( )

◆ OpenListener()

void mitk::RESTServer::OpenListener ( )

Opens the listener and starts the listening process.


The documentation for this class was generated from the following file: