Class UserAgentData.Builder

java.lang.Object
com.teamdev.jxbrowser.net.UserAgentData.Builder
Enclosing interface:
UserAgentData

public static final class UserAgentData.Builder extends Object
A builder of UserAgentData.

Builders are created by invoking UserAgentData.newBuilder().

Each of the setter methods modifies the state of the builder and returns the same instance. Builders are not thread-safe and should not be used concurrently from multiple threads without external synchronization.