Skip navigation links

Package com.launchdarkly.sdk.server

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

See: Description

Package com.launchdarkly.sdk.server Description

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 LDUser are in the com.launchdarkly.sdk package, since those are not server-side-specific and are shared with the LaunchDarkly Android SDK.

Skip navigation links