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 a socket object.

AssociationServer(ae, address, ae_title, …)

An Association server implementation.

RequestHandler(request, client_address, server)

Connection request handler for the AssociationServer.

ThreadedAssociationServer(ae, address, …)

An AssociationServer suitable for threading.