DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
This class implements server sockets. More...
Public Member Functions | |
ServerSocket (int port) | |
Socket | accept () |
This class implements server sockets.
A server socket waits for requests to come in over the network. It performs some operation based on that request, and then possibly returns a result to the requester.