Uses of Interface
com.teamdev.jxbrowser.net.HttpHeader
Package
Description
Contains classes and interfaces for working with navigation.
Contains classes and interfaces for working with network.
The network service callbacks.
-
Uses of HttpHeader in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic HttpHeader
Returns an instance of theHttpHeader
with the givenname
andvalue
.Modifier and TypeMethodDescriptiondefault List<HttpHeader>
UrlRequestJob.Options.httpHeaders()
Returns an immutable list of HTTP headers.Modifier and TypeMethodDescriptionUrlRequestJob.Options.Builder.addHttpHeader
(HttpHeader httpHeader) Adds the HTTP header to the list of the HTTP headers. -
Uses of HttpHeader in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptiondefault List<HttpHeader>
BeforeSendUploadDataCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.default List<HttpHeader>
BeforeStartTransactionCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.InterceptUrlRequestCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.default List<HttpHeader>
ReceiveHeadersCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.Modifier and TypeMethodDescriptionBeforeStartTransactionCallback.Response.override
(List<HttpHeader> httpHeaders) Notifies the engine that the URL request should be updated with the given HTTP headers.ReceiveHeadersCallback.Response.override
(List<HttpHeader> httpHeaders) Notifies the engine that the URL request should be updated with the given HTTP headers.