Package com.variant.client
package com.variant.client
Variant Java Client API public classes.
Provides connectivity to Variant CVM Server from a JVM host application.
-
ClassDescriptionConnection to a particular experiment schema on a Variant server established by
VariantClient.connectTo(String)
.Thrown when Variant client is unable to establish a network connection to Variant server.Variant client session.Thrown when the underlying Variant session has been expired on Variant server.Interface to be implemented by the client, providing external tracking of Variant session IDs.Variant state request, as returned bySession.targetForState(State)
.The current status of a state request.Variant trace event.Thrown when an operation was aborted by the server because this connection's schema name, as returned byConnection.getSchemaName()
is no longer available on the server.Variant Java client provides Java native bindings for communicating with Variant CVM Server.User errors, emitted by Variant client.Superclass of all user exceptions thrown by Variant Java Client