Package com.launchdarkly.sdk.server

Main package for the LaunchDarkly Server-Side Java SDK, containing the client and configuration classes.

You will most often use LDClient (the SDK client) and LDConfig (configuration options for the client).

Other commonly used types such as LDContext are in the com.launchdarkly.sdk package, since those are not server-side-specific and are shared with the LaunchDarkly Android SDK.