Package com.teamdev.jxbrowser.net
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.net
Contains classes and interfaces for working with network.
-
ClassDescriptionAn upload data as a sequence of bytes.The connection types recognized by Chromium.A parsed
Content-Type
header value.A builder ofContentType
.A file data.A builder ofFile
.An upload data of theapplication/x-www-form-urlencoded
content type.A builder ofFormData
.A key-value pair that represents a segment of a form data, for example a form field content.A host name of the URI.A host/port pair of the URI.The HTTP authorization preferences.An HTTP header.An HTTP status code.A media type of the resource.An upload data of themultipart/form-data
content type.A builder ofMultipartFormData
.A key-value pair that represents a segment of a multi-part form data.The network error codes.A service that provides access to the network-level functionality.A port of the URI.Resource types.The scheme component of a URL.The list of supported SSL connection versions.An upload data of thetext/plain
content type.A common interface that all upload data implementations must extend.The details about an URL request.An identifier of theUrlRequest
instance.Represents the url request job for a URL request.An identifier of theUrlRequestJob
.The options needed to initializeUrlRequestJob
.AUrlRequestJob.Options
builder.The URL request statuses.