Lines Matching refs:client
5 client::{Client, ClientConfig},
499 let client = create_client("foo".to_owned(), server_port).await?; in test_get_allocations_info_bytes_count() localVariable
501 client.listen().await?; in test_get_allocations_info_bytes_count()
505 let conn = client.allocate().await?; in test_get_allocations_info_bytes_count()
506 let addr = client in test_get_allocations_info_bytes_count()
561 client.close().await?; in test_get_allocations_info_bytes_count()
580 let client = create_client("foo".to_owned(), server_port).await?; in test_alloc_close_notify() localVariable
582 client.listen().await?; in test_alloc_close_notify()
586 let conn = client.allocate().await?; in test_alloc_close_notify()
587 let addr = client in test_alloc_close_notify()
601 client.close().await?; in test_alloc_close_notify()