pynetdicom.transport.RequestHandler¶
- class pynetdicom.transport.RequestHandler(request, client_address, server)[source]¶
Connection request handler for the
AssociationServer
.Added in version 1.2.
- client_address¶
The
(host, port)
of the remote.- Type:
2-tuple
- request¶
The (unaccepted) client socket.
- Type:
- server¶
The server that received the connection request.
Methods
__init__
(request, client_address, server)finish
()handle
()Handle an association request.
setup
()Attributes
Return the server's parent AE.
Return a 2-tuple of the local server's
(host, port)
address.Return a 2-tuple of the remote client's
(host, port)
address.- property ae: ApplicationEntity¶
Return the server’s parent AE.