Class UrlRequestJob.Options.Builder

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

public static final class UrlRequestJob.Options.Builder extends Object
A UrlRequestJob.Options builder.

Builders are created by invoking UrlRequestJob.Options.newBuilder(com.teamdev.jxbrowser.net.HttpStatus). 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.