Uses of Interface
org.eclipse.rdf4j.http.client.HttpClientSessionManager
-
Packages that use HttpClientSessionManager Package Description org.eclipse.rdf4j.http.client -
-
Uses of HttpClientSessionManager in org.eclipse.rdf4j.http.client
Classes in org.eclipse.rdf4j.http.client that implement HttpClientSessionManager Modifier and Type Class Description classSharedHttpClientSessionManagerA Manager for HTTP sessions that uses a sharedHttpClientto manage HTTP connections.Methods in org.eclipse.rdf4j.http.client that return HttpClientSessionManager Modifier and Type Method Description HttpClientSessionManagerSessionManagerDependent. getHttpClientSessionManager()HttpClientSessionManagerthat has been assigned or has been used by this object.Methods in org.eclipse.rdf4j.http.client with parameters of type HttpClientSessionManager Modifier and Type Method Description voidSessionManagerDependent. setHttpClientSessionManager(HttpClientSessionManager client)Assign anHttpClientSessionManagerthat this object should use.
-