Uses of Interface
org.apache.qpid.protonj2.client.Client
Packages that use Client
- 
Uses of Client in org.apache.qpid.protonj2.clientMethods in org.apache.qpid.protonj2.client that return ClientModifier and TypeMethodDescriptionConnection.client()Link.client()Session.client()static ClientClient.create()static ClientClient.create(ClientOptions options) Create a newClientinstance 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 openConnectioninstances created by this client.
- 
Uses of Client in org.apache.qpid.protonj2.client.implClasses in org.apache.qpid.protonj2.client.impl that implement ClientModifier and TypeClassDescriptionfinal classContainer ofConnectioninstances 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