Uses of Record Class
org.aksw.iguana.cc.config.elements.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
-
Uses of ConnectionConfig in org.aksw.iguana.cc.suite
Methods in org.aksw.iguana.cc.suite that return types with arguments of type ConnectionConfigModifier and TypeMethodDescriptionSuite.Config.connections()
Returns the value of theconnections
record component. -
Uses of ConnectionConfig in org.aksw.iguana.cc.worker
Methods in org.aksw.iguana.cc.worker that return ConnectionConfig -
Uses of ConnectionConfig in org.aksw.iguana.cc.worker.impl
Methods in org.aksw.iguana.cc.worker.impl that return ConnectionConfigModifier and TypeMethodDescriptionSPARQLProtocolWorker.Config.connection()
Returns the value of theconnection
record component.Constructors in org.aksw.iguana.cc.worker.impl with parameters of type ConnectionConfigModifierConstructorDescriptionConfig
(Integer number, QueryHandler queries, HttpWorker.CompletionTarget completionTarget, ConnectionConfig connection, Duration timeout, String acceptHeader, RequestFactory.RequestType requestType, Boolean parseResults) Creates an instance of aConfig
record class.