Transport Service (pynetdicom.transport)¶
The Transport Service handles creation of the servers and clients used to communication with peer AEs.
AssociationSocket(assoc[, client_socket, …]) |
A wrapper for the socket.socket object. |
AssociationServer(ae, address[, ssl_context]) |
An Association server implementation. |
ThreadedAssociationServer(ae, address[, …]) |
An AssociationServer suitable for threading. |