Uses of Interface
org.apache.qpid.protonj2.client.Client
Packages that use Client
-
Uses of Client in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ClientModifier and TypeMethodDescriptionConnection.client()
Link.client()
Session.client()
static Client
Client.create()
static Client
Client.create
(ClientOptions options) Create a newClient
instance using provided configuration options.Methods in org.apache.qpid.protonj2.client that return types with arguments of type ClientModifier and TypeMethodDescriptionClient.closeAsync()
Closes all currently openConnection
instances created by this client. -
Uses of Client in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement ClientModifier and TypeClassDescriptionfinal class
Container ofConnection
instances that are all created with the same container parent and therefore share the same container Id.Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Client