Uses of Interface
org.eclipse.rdf4j.http.client.SesameClient
-
Packages that use SesameClient Package Description org.eclipse.rdf4j.http.client -
-
Uses of SesameClient in org.eclipse.rdf4j.http.client
Subinterfaces of SesameClient in org.eclipse.rdf4j.http.client Modifier and Type Interface Description interface
HttpClientSessionManager
Manager for remote HTTP sessions using aHttpClient
.Classes in org.eclipse.rdf4j.http.client that implement SesameClient Modifier and Type Class Description class
SesameClientImpl
Deprecated.useSharedHttpClientSessionManager
insteadclass
SharedHttpClientSessionManager
A Manager for HTTP sessions that uses a sharedHttpClient
to manage HTTP connections.Methods in org.eclipse.rdf4j.http.client with parameters of type SesameClient Modifier and Type Method Description default void
SesameClientDependent. setSesameClient(SesameClient client)
Deprecated.
-