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, int], …)

An Association server implementation.

RequestHandler(request, client_address, server)

Connection request handler for the AssociationServer.

ThreadedAssociationServer(ae, address, int], …)

An AssociationServer suitable for threading.

T_CONNECT(address, int], …)

A TRANSPORT CONNECTION primitive