public class ClientPool extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addClient(Closeable client)
Add a ReceiveClient to the ClientPool.
|
static void |
clearClient()
Clear all the clients created by either Publish or Subscribe sampler.
|
static void |
removeClient(Publisher publisher)
Remove publisher from clients
|
public static void addClient(Closeable client)
client
- the ReceiveClient to addpublic static void removeClient(Publisher publisher)
publisher
- Publisher
public static void clearClient()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.