Uses of Interface
org.ovirt.engine.sdk4.Connection
-
Packages that use Connection Package Description org.ovirt.engine.sdk4 org.ovirt.engine.sdk4.internal -
-
Uses of Connection in org.ovirt.engine.sdk4
Methods in org.ovirt.engine.sdk4 that return Connection Modifier and Type Method Description Connection
ConnectionBuilder. build()
Checks the values of the parameters given so far, checks that they are valid, and builds a connection using them. -
Uses of Connection in org.ovirt.engine.sdk4.internal
Classes in org.ovirt.engine.sdk4.internal that implement Connection Modifier and Type Class Description class
HttpConnection
This class is the HTTP implementation of the connection contract.
-