Uses of Interface
com.teamdev.jxbrowser.net.UrlRequest
Packages that use UrlRequest
Package
Description
The network service callbacks.
The network service events.
-
Uses of UrlRequest in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return UrlRequestModifier and TypeMethodDescriptiondefault UrlRequestBeforeSendUploadDataCallback.Params.urlRequest()Returns the URL request.default UrlRequestBeforeStartTransactionCallback.Params.urlRequest()Returns the URL request.default UrlRequestBeforeUrlRequestCallback.Params.urlRequest()Returns the URL request.InterceptUrlRequestCallback.Params.urlRequest()Returns the URL request.default UrlRequestReceiveHeadersCallback.Params.urlRequest()Returns the URL request. -
Uses of UrlRequest in com.teamdev.jxbrowser.net.event
Methods in com.teamdev.jxbrowser.net.event that return UrlRequestModifier and TypeMethodDescriptiondefault UrlRequestRedirectResponseCodeReceived.urlRequest()Returns the URL request that has been redirected.default UrlRequestRequestCompleted.urlRequest()Returns the URL request that has been completed.default UrlRequestRequestDestroyed.urlRequest()Returns the URL request that has been destroyed.default UrlRequestResponseBytesReceived.urlRequest()Returns the URL request associated with the response.default UrlRequestResponseStarted.urlRequest()Returns the URL request associated with the response.