Uses of Interface
com.teamdev.jxbrowser.net.HttpHeader
Packages that use 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
Methods in com.teamdev.jxbrowser.net that return HttpHeaderModifier and TypeMethodDescriptionstatic HttpHeader
Returns an instance of theHttpHeader
with the givenname
andvalue
.Methods in com.teamdev.jxbrowser.net that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptiondefault List<HttpHeader>
UrlRequestJob.Options.httpHeaders()
Returns an immutable list of HTTP headers.Methods in com.teamdev.jxbrowser.net with parameters of type HttpHeaderModifier 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
Methods in com.teamdev.jxbrowser.net.callback that return types with arguments of type HttpHeaderModifier 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.Method parameters in com.teamdev.jxbrowser.net.callback with type arguments of type HttpHeaderModifier 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.