Class ContentType.Builder

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

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

Builders are created by invoking ContentType.newBuilder(String).

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.