Package | Description |
---|---|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
Modifier and Type | Method and Description |
---|---|
LoadUrlParams.Builder |
LoadUrlParams.Builder.addExtraHeader(HttpHeader httpHeader)
Adds an extra HTTP header to the HTTP headers that will be sent to the resource.
|
static LoadUrlParams.Builder |
LoadUrlParams.newBuilder(java.lang.String url)
Creates a new
LoadUrlParams builder. |
LoadUrlParams.Builder |
LoadUrlParams.Builder.uploadData(ByteData data)
Sets the upload data as a sequence of bytes that will be sent to the resource.
|
LoadUrlParams.Builder |
LoadUrlParams.Builder.uploadData(FormData data)
Sets the upload data in the
application/x-www-form-urlencoded format that will be
sent to the resource. |
LoadUrlParams.Builder |
LoadUrlParams.Builder.uploadData(MultipartFormData data)
Sets the upload data in the
multipart/form-data format that will be sent to the
resource. |
LoadUrlParams.Builder |
LoadUrlParams.Builder.uploadData(TextData data)
Sets the upload data in the
text/plain format that will be sent to the resource. |