- client - Static variable in class org.fcrepo.client.integration.AbstractResourceIT
-
- ConnectionManagementTest - Class in org.fcrepo.client
-
Integration test used to demonstrate connection management issues with the FcrepoClient.
- ConnectionManagementTest() - Constructor for class org.fcrepo.client.ConnectionManagementTest
-
- connectionManager - Variable in class org.fcrepo.client.integration.AbstractResourceIT
-
- connectionNotReleasedWhenEntityBodyIgnored() - Method in class org.fcrepo.client.ConnectionManagementTest
-
Demonstrates that are connections are NOT released if the user of the FcrepoClient does not handle the response
body at all.
- connectionReleasedOnEmptyBody() - Method in class org.fcrepo.client.ConnectionManagementTest
-
Demonstrates that are connections are released when the FcrepoClient receives an empty response body.
- connectionReleasedOnEntityBodyClose() - Method in class org.fcrepo.client.ConnectionManagementTest
-
Demonstrates that HTTP connections are released when the user of the FcrepoClient closes the HTTP entity body.
- connectionReleasedOnEntityBodyRead() - Method in class org.fcrepo.client.ConnectionManagementTest
-
Demonstrates that are connections are released when the user of the FcrepoClient reads the HTTP entity body.
- connectionReleasedOnException() - Method in class org.fcrepo.client.ConnectionManagementTest
-
Demonstrates that HTTP connections are released when the FcrepoClient throws an exception.