# Functions
New return connection service.
# Constants
AckMsgType defines the legacy-connection ack message type.
InvitationMsgType defines the legacy-connection invite message type.
InvitationRecipientKey is map key constant.
LegacyConnection connection protocol.
PIURI is the connection protocol identifier URI.
PlsAckOnReceipt ack type that says, "Please send me an ack as soon as you receive this message.".
RequestMsgType defines the legacy-connection request message type.
ResponseMsgType defines the legacy-connection response message type.
StateIDCompleted marks the completed phase of the connection protocol.
StateIDInvited marks the invited phase of the connection protocol.
StateIDRequested marks the requested phase of the connection protocol.
StateIDResponded marks the responded phase of the connection protocol.
# Structs
Connection defines connection body of connection request.
ConnectionSignature connection signature.
Invitation model
Invitation defines Connection protocol invitation message https://github.com/hyperledger/aries-rfcs/tree/main/features/0160-connection-protocol#0-invitation-to-connect.
PleaseAck connection response accepted acknowledgement.
Request defines a2a Connection request https://github.com/hyperledger/aries-rfcs/tree/main/features/0160-connection-protocol#1-connection-request.
Response defines a2a Connection response https://github.com/hyperledger/aries-rfcs/tree/main/features/0160-connection-protocol#2-connection-response.
Service for Connection protocol.