CN103607454A - Method for setting private proxy server for Android system browser - Google Patents

Method for setting private proxy server for Android system browser Download PDF

Info

Publication number
CN103607454A
CN103607454A CN201310583742.7A CN201310583742A CN103607454A CN 103607454 A CN103607454 A CN 103607454A CN 201310583742 A CN201310583742 A CN 201310583742A CN 103607454 A CN103607454 A CN 103607454A
Authority
CN
China
Prior art keywords
proxy server
privately owned
browser
owned proxy
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310583742.7A
Other languages
Chinese (zh)
Other versions
CN103607454B (en
Inventor
何小婷
汤立正
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Communication Ningbo Ltd
Original Assignee
TCL Communication Ningbo Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TCL Communication Ningbo Ltd filed Critical TCL Communication Ningbo Ltd
Priority to CN201310583742.7A priority Critical patent/CN103607454B/en
Publication of CN103607454A publication Critical patent/CN103607454A/en
Application granted granted Critical
Publication of CN103607454B publication Critical patent/CN103607454B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for setting a private proxy server for an Android system browser. The method comprises steps that: A, a user operation instruction is received, a host address and a port of the private proxy server for the browser are preset in the browser and are stored in a database table of a system database; and B, an Http request is emitted when the browser carries out webpage browse or task downloading, the database table is searched, and the host address and the port of the private proxy server are directly read from the database table, and the Http request is sent through the host address and the port of the private proxy server. According to the method, the private proxy server for the browser is set while self setting of a proxy server of the system is not influenced, a handset is enabled to break through self IP access restrictions by setting the private proxy server for the browser, a function of access of internal resources or a hidden IP is realized, an access speed is greatly improved, and product experience of a user is improved.

Description

Android system browser arranges the method for privately owned proxy server
Technical field
The present invention relates to mobile communication technology field, relate in particular to a kind of method that Android system browser arranges privately owned proxy server.
Background technology
The function of proxy server (Proxy Server) is exactly that agency network user reaches to obtain the network information, and it is the terminal of the network information.In the ordinary course of things, when we use web browser directly to remove to connect other Internet websites to obtain the network information, must send Request request signal and be answered, then the other side transmits information return again.Proxy server is the station server between browser and Web server, after having had it, browser is not directly to Web server, to reach back webpage but send request to proxy server, Request signal can first be delivered to proxy server, by proxy server, is fetched the needed information of browser and is sent to your browser.
The main function of proxy server has:
1). break through self IP restrict access.The network users such as 169 nets in education network, past can pass through the external website of proxy access.
2). access some units or group's internal resource, as used the free proxy server of address field in education network, just can be for the open all kinds of FTP of education network are downloaded and uploaded, and the service such as all kinds of data check is shared.
3). improve access speed: proxy server all arranges a larger hard disk buffering area conventionally, when having, extraneous information exchange is out-of-date, also be saved in buffering area simultaneously, when other users visit again identical information, direct taking-up information in buffering area, pass to user, to improve access speed.
4). hide real IP: net user also can hide the IP of oneself by this method, is immune against attacks.
Android is the mobile terminal operating system of a kind of intelligence of Google's release.In this system, only have APN (access points) that inner host address (proxy host) and the port (proxy port) that public proxy server (proxy server) just can be set is set, and save the data in system database: in the table secure of/data/data/com.android.providers.settings/databases/setti ngs.db.The value of this public proxy server is applied to all browsers on Android mobile phone.But also do not appear as the technical scheme that browser arranges separately privately owned proxy server at present.
Therefore, prior art has yet to be improved and developed.
Summary of the invention
In view of above-mentioned the deficiencies in the prior art, the object of the present invention is to provide a kind of Android system browser that the method for privately owned proxy server is set, be intended to solve current Intelligent TV remote controller button complicated, not easy-operating problem.
Technical scheme of the present invention is as follows:
Android system browser arranges a method for privately owned proxy server, wherein, said method comprising the steps of:
A, reception user's operational order arranges host address and the port of the privately owned proxy server of browser in advance in browser, and the host address of inputted privately owned proxy server and port are saved in the database table in system database;
B, when carrying out web page browsing or downloading task, sends by browser Http request, automatically search described database table, from described database table, directly read privately owned proxy server host address and port, the host address by privately owned proxy server and port send described Http asks.
Described Android system browser arranges the method for privately owned proxy server, and wherein, described steps A also comprises: the key assignments of the host address of described privately owned proxy server and port is defined in Setting.java file.
Described Android system browser arranges the method for privately owned proxy server, and wherein, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
When browser is carried out web page browsing task, from described database table, directly successfully read privately owned proxy server, the member object proxy server of the request queue object in the Http module of transmission Http request is set to privately owned proxy server, sends described Http ask by this privately owned proxy server.
Described Android system browser arranges the method for privately owned proxy server, wherein, when from described database table, privately owned proxy server being read to failure, from described database table, read publicly-owned proxy server, be set to the member object of request queue object, by described publicly-owned proxy server, send described Http and ask.
Described Android system browser arranges the method for privately owned proxy server, and wherein, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
Browser is carried out while browsing the picture resource task of apple-touch-icon type, background thread creates AndroidHttpClient target client and HttpGet request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpGet request.
Described Android system browser arranges the method for privately owned proxy server, and wherein, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
When browser is carried out downloading task, if unknown to the mimetype file type of wanted download file, background thread creates AndroidHttpClient target client and HttpHead request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpHead request.
Described Android system browser arranges the method for privately owned proxy server, and wherein, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
When browser is carried out downloading task, background thread creates AndroidHttpClient target client and HttpGet request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpGet request.
Described Android system browser arranges the method for privately owned proxy server, and wherein, when described Android system is Android 4.0 and above edition system, described step B is specially:
Browser sends Http request while carrying out web page browsing or downloading task, read and arrange described privately owned proxy server and pass to chromium C storehouse from webkit module, and described Http request is sent by the privately owned proxy server arranging.
Described Android system browser arranges the method for privately owned proxy server, wherein, described from webkit module, read and arrange described privately owned proxy server and pass to chromium C storehouse be specially: the broadcast of accepting from the proxy server broadcast receiver of webkit module, take out proxy server, and send to interface function, interface function reads host address and the port numbers of privately owned proxy server, call local function and data are delivered to the webkit C storehouse of bottom, and then data are passed to bottom chromium C storehouse.
Beneficial effect: the invention provides a kind of method that Android system browser arranges privately owned proxy server, the setting of this privately owned proxy server does not affect the public proxy server setting of system itself, by privately owned proxy server is set for browser, Android system mobile phone browser is had and break through self IP restrict access, the function of access internal resource or hiding IP, access speed also improves greatly, has promoted user's Product Experience.
Accompanying drawing explanation
Fig. 1 is the method flow diagram that Android system browser of the present invention arranges privately owned proxy server.
When being browser browsing page of the present invention, Fig. 2 obtains the method flow diagram of other resource in webpage and webpage by privately owned proxy server.
Fig. 3 is that when in webpage of the present invention, resource is the picture of apple-touch-icon type, browser sends by privately owned proxy server the method flow diagram that HttpGet asks to obtain picture.
Fig. 4 is that browser starts downloading task by the method flow diagram of the mimetype file type of privately owned proxy server transmission HttpHead request acquisition download file.
Fig. 5 is that browser starts downloading task by the method flow diagram of privately owned proxy server transmission HttpGet request execution downloading task.
Embodiment
The invention provides a kind of method that Android system browser arranges privately owned proxy server, for making object of the present invention, technical scheme and effect clearer, clear and definite, below the present invention is described in more detail.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
A kind of Android system browser as shown in Figure 1 arranges the method for privately owned proxy server, wherein, said method comprising the steps of:
S100, reception user's operational order arranges host address and the port of the privately owned proxy server of browser in advance in browser, and the host address of inputted privately owned proxy server and port are saved in the database table in system database.
Wherein, after the host address of inputted privately owned proxy server and port being saved in the database table in system database, also the key assignments of the host address of described privately owned proxy server and port to be defined in Setting.java file.Specific definition is at file:
In " frameworks/base/core/java/android/provider/Settings.java ":
public?static?final?String?PRIVATE_HTTP_PROXY_HOST?=?"private_http_proxy_host";
public?static?final?String?PRIVATE?_HTTP_PROXY_PORT?=?"private_http_proxy_port";
S200, when carrying out web page browsing or downloading task, sends by browser Http request, automatically search described database table, from described database table, directly read privately owned proxy server host address and port, the host address by privately owned proxy server and port send described Http asks.
Android2.3 and before the Http request that sends of the Browser browser of version be all to realize in the Java on upper strata code, these are completely different from the process that sends request of the system of the above version of Android4.0.Therefore, the present invention separately discusses its implementation procedure.
When described Android system is Android 2.3 and edition system before, analyze the source code of the browser of Android2.3, known browser can send Http request at four kinds different in the situation that, these four kinds of different situations respectively:
1). during resource in common request web webpage and webpage, can send Http request at the intermediate layer of Android system frameworks/base.
2). when the resource in webpage is the picture of apple-touch-icon type, the DownloadTouchIcon object of Browser application program can, at running background thread, create and send HttpGet and ask to obtain picture.
3). when when Browser browser starts downloading task, if do not know the mimetype file type of download file, need to first call FetchUrlMimeType object and on backstage, send the mimetype file type that HttpHead request obtains download file, and then carry out downloading task.
4). when starting after downloading task at Browser browser, can be by the table downloads in this task data inserting storehouse "/data/data/com.android.providers.downloads/databases/down loads.db ", then the DownloadService of DownloadProvider application module can read this downloading task and start download thread DownloadThread and go to carry out this downloading task from table.In download thread DownloadThread, can create and send HttpGet request.
For above four kinds of situations, by four kinds of methods to set up, carry out the setting of privately owned proxy server respectively.
For the above-mentioned the first situation of browser, while how to realize browser browsing page, by privately owned proxy server, obtain other resource (as picture, file resources such as css) comprising in webpage and webpage.Now described step S200 is specially:
When browser is carried out web page browsing task, from described database table, directly successfully read privately owned proxy server, the member object proxy server of the request queue object in the Http module of transmission Http request is set to privately owned proxy server, sends described Http ask by this privately owned proxy server.
When privately owned proxy server being read to failure from described database table, from described database table, read publicly-owned proxy server, be set to the member object of request queue object, by described publicly-owned proxy server, send described Http and ask.
It is the Http module transmission by the framework intermediate layer of Android system that Http during browser browsing page asks.Detailed process is as follows:
1. Http module comprises a RequestQueue request queue object, and this object comprises a member object: HttpHost (proxy server) object.When user is switched to browsing device net page browser interface, the enablePlatformNotifications () number that can call RequestQueue object arranges HttpHost object.From database table secure the publicly-owned proxy server assignment of read-out system to HttpHost object.
2. Android system, other local change proxy (arranging such as revising APN), can send event broadcast: PROXY_CHANGE_ACTION (Proxy proxy server change event).The processing that RequestQueue object is accepted this event is to reset Proxy proxy server equally.
3. when user is during at browser browsing page, can send a command to the webkit module in intermediate layer. the network object of webkit module can create Http request request, and the RequestQueue request queue of request being put into Http module, using the member object HttpHost of RequestQueue object as proxy server assignment, give this Http request request simultaneously.
4. the network linking thread ConnectionThread of Http module reads Http request request Concurrency and send from RequestQueue object.
Known according to above flow process, as long as the member object HttpHost of RequestQueue request queue object is set to privately owned proxy server, during browser browsing page, will surf the Net by privately owned proxy server.So the specific implementation flow process of above-mentioned steps S200 is as shown in Figure 2, step is as follows:
101. when user is switched to browsing device net page browser interface, can notify the webkit module in intermediate layer to change proxy by call function enablePlatformNotifications ().
102.webkit module is called the Http module change proxy in function enablePlatformNotifications () the notice intermediate layer of RequestQueue request queue object.
103. RequestQueue objects from database table secure by the key assignments defining among file Settings.java read privately owned proxy server host address and port.
If 104. read successfully, the member object HttpHost of requestQueue request queue object is set to this privately owned proxy server.
If 105. read failure, by the original handling process of system, from database table secure, read publicly-owned proxy server and be set to HttpHost member object.
In Android2.3 system, the flow process of script is the member object that direct publicly-owned proxy server is set to request queue object.And the present invention is mainly set to privately owned proxy server by adding the member object proxy server of step 103 and step 104 request queue object.Thereby the Http request realizing in this case sends by privately owned proxy server.
For the second situation, when the resource in webpage is the picture of apple-touch-icon type, how to realize the DownloadTouchIcon object of browser application at running background thread, create and send HttpGet by privately owned proxy server and ask to obtain picture.Now described step S200 is specially:
Browser is carried out while browsing the picture resource task of apple-touch-icon type, background thread creates AndroidHttpClient target client and HttpGet request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpGet request.
As shown in Figure 3, step is as follows for the specific implementation flow process of above-mentioned steps:
The webkit module in 201. Android intermediate layers sends to bottom webkit C storehouse by the web data obtaining from server.
The picture that comprises apple-touch-icon type in 202. webkit C storehouse analyzing web pages, adjusts back the BrowserFrame.didReceiveTouchIconUrl () function of the webkit module in intermediate layer.
203. webkit modules send RECEIVED_TOUCH_ICON_URL message, and notice browser application is downloaded the picture file of apple-touch-icon type.
The DownloadTouchIcon object operation background thread of 204. browser applications realizes download.
205. DownloadTouchIcon background thread create AndroidHttpClient target client and HttpGet request object.
206. read privately owned proxy server assignment to AndroidHttpClient target client from system secure database table.
207. AndroidHttpClient target clients send HttpGet request object.
In Android2.3 system, the flow process of script is proxy server not to be set directly send HttpGet request.And the present invention mainly arranges privately owned proxy server by adding step 206, thereby the Http request realizing in this case sends by privately owned proxy server.
For the third situation,, when browser starts downloading task, can first call FetchUrlMimeType object and on backstage, send the mimetype file type that HttpHead request obtains download file.Now described step S200 is specially:
When browser is carried out downloading task, if unknown to the mimetype file type of wanted download file, background thread creates AndroidHttpClient target client and HttpHead request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpHead request.
Specific implementation flow process as shown in Figure 4
301. browser call function onDownloadStartNoStream () start downloading task.302. FetchUrlMimeType object operation background thread obtain the mimetype type of file.
303. background thread create AndroidHttpClient target client and HttpHead request object.
304. read privately owned proxy assignment to AndroidHttpClient target client from secure database table.
305. AndroidHttpClient target clients send HttpHead request object.
For the 4th kind of situation, browser starts after downloading task, and the DownloadService of DownloadProvider application module can start download thread DownloadThread and create and send HttpGet request, carries out this downloading task.Now step S200 is specially:
When browser is carried out downloading task, background thread creates AndroidHttpClient target client and HttpGet request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpGet request.
Specific implementation flow process as shown in Figure 5
401. Browser browsers start downloading task,
402. by this task data inserting storehouse "/data/data/com.android.providers.downloads/
Databases/downloads.db " table downloads in.
The DownloadService of 403. DownloadProvider application modules can read this downloading task and start download thread DownloadThread from table.
404. download thread DownloadThread create AndroidHttpClient target client and HttpGet request object.
405. read privately owned proxy server assignment to AndroidHttpClient target client from secure database table.
406. AndroidHttpClient target clients send HttpGet request object.
In Android2.3 system, the flow process of script is proxy server not to be set directly send HttpGet request down loading network resource.And the present invention mainly arranges privately owned proxy server by adding step 405, thereby realize, the Http request of down loading network resource is sent by privately owned proxy server.
When described Android system is Android 4.0 and above edition system, described step S200 is specially:
Browser sends Http request while carrying out web page browsing or downloading task, read and arrange described privately owned proxy server and pass to chromium C storehouse from webkit module, and described Http request is sent by the privately owned proxy server arranging.
Wherein, described from webkit module, read and arrange described privately owned proxy server and pass to chromium C storehouse be specially: the broadcast of accepting from the proxy server broadcast receiver of webkit module, take out proxy server, and send to interface function, interface function reads host address and the port numbers of privately owned proxy server, call local function and data are delivered to the webkit C storehouse of bottom, and then data are passed to bottom chromium C storehouse.
The transmission of the Http request of the browser of the above version of Android4.0 all realizes in bottom chromium C storehouse.Proxy server is to be set up in the webkit in intermediate layer module.System passes to chromium storehouse by the proxy server in the setting of Webkit module.Its realization flow is as follows:
1. when user is switched to Browser browsing device net page browser interface, can notify the webkit module registration in intermediate layer to change the broadcast receiver of proxy server by call function enablePlatformNotifications ().
2., when the proxy server of system changes, can send PROXY_CHANGE_ACTION broadcast.The proxy server broadcast receiver of webkit module receives after this broadcast, from broadcast, takes out proxy server, by PROXY_CHANGED message, sends to WebViewCore object.
The Message Processing of 3.WebViewCore object is to call the interface function updateProxy () of the interface object JWebCoreJavaBridge object of bottom.
4. interface function updateProxy () takes out host address and the port numbers of proxy server from message, call local function nativeUpdateProxy (), this this locality function is delivered to data in the webkit C storehouse of bottom, and webkit C storehouse can pass to data bottom chromium C storehouse again.
Known according to above flow process, when the present invention only need call the public proxy server of local function setup at the interface function updateProxy () of the 4th step, by its functionality change for reading and arrange privately owned proxy server, this privately owned proxy server will pass to chromium storehouse, and the Http of Browser browser request all can send to network by the privately owned proxy server arranging like this.
The invention provides a kind of method that Android system browser arranges privately owned proxy server, the setting of this privately owned proxy server does not affect the public proxy server setting of system itself, by privately owned proxy server is set for browser, Android system mobile phone browser is had and break through self IP restrict access, the function of access internal resource or hiding IP, access speed also improves greatly, has promoted user's Product Experience.
Should be understood that, application of the present invention is not limited to above-mentioned giving an example, and for those of ordinary skills, can be improved according to the above description or convert, and all these improvement and conversion all should belong to the protection range of claims of the present invention.

Claims (9)

1. Android system browser arranges a method for privately owned proxy server, it is characterized in that, said method comprising the steps of:
A, reception user's operational order arranges host address and the port of the privately owned proxy server of browser in advance in browser, and the host address of inputted privately owned proxy server and port are saved in the database table in system database;
B, when carrying out web page browsing or downloading task, sends by browser Http request, automatically search described database table, from described database table, directly read privately owned proxy server host address and port, the host address by privately owned proxy server and port send described Http asks.
2. Android system browser according to claim 1 arranges the method for privately owned proxy server, it is characterized in that, described steps A also comprises: the key assignments of the host address of described privately owned proxy server and port is defined in Setting.java file.
3. Android system browser according to claim 1 arranges the method for privately owned proxy server, it is characterized in that, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
When browser is carried out web page browsing task, from described database table, directly successfully read privately owned proxy server, the member object proxy server of the request queue object in the Http module of transmission Http request is set to privately owned proxy server, sends described Http ask by this privately owned proxy server.
4. Android system browser according to claim 3 arranges the method for privately owned proxy server, it is characterized in that, when from described database table, privately owned proxy server being read to failure, from described database table, read publicly-owned proxy server, be set to the member object of request queue object, by described publicly-owned proxy server, send described Http and ask.
5. Android system browser according to claim 1 arranges the method for privately owned proxy server, it is characterized in that, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
Browser is carried out while browsing the picture resource task of apple-touch-icon type, background thread creates AndroidHttpClient target client and HttpGet request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpGet request.
6. Android system browser according to claim 1 arranges the method for privately owned proxy server, it is characterized in that, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
When browser is carried out downloading task, if unknown to the mimetype file type of wanted download file, background thread creates AndroidHttpClient target client and HttpHead request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpHead request.
7. Android system browser according to claim 1 arranges the method for privately owned proxy server, it is characterized in that, when described Android system is Android 2.3 and edition system before, described step B specifically comprises:
When browser is carried out downloading task, background thread creates AndroidHttpClient target client and HttpGet request object, from described database table, directly read privately owned proxy server assignment to AndroidHttpClient target client, AndroidHttpClient target client sends HttpGet request.
8. Android system browser according to claim 1 arranges the method for privately owned proxy server, it is characterized in that, when described Android system is Android 4.0 and above edition system, described step B is specially:
Browser sends Http request while carrying out web page browsing or downloading task, read and arrange described privately owned proxy server and pass to chromium C storehouse from webkit module, and described Http request is sent by the privately owned proxy server arranging.
9. Android system browser according to claim 8 arranges the method for privately owned proxy server, it is characterized in that, described from webkit module, read and arrange described privately owned proxy server and pass to chromium C storehouse be specially: the broadcast of accepting from the proxy server broadcast receiver of webkit module, take out proxy server, and send to interface function, interface function reads host address and the port numbers of privately owned proxy server, call local function and data are delivered to the webkit C storehouse of bottom, and then data are passed to bottom chromium C storehouse.
CN201310583742.7A 2013-11-20 2013-11-20 The method that android system browser arranges privately owned proxy server Active CN103607454B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310583742.7A CN103607454B (en) 2013-11-20 2013-11-20 The method that android system browser arranges privately owned proxy server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310583742.7A CN103607454B (en) 2013-11-20 2013-11-20 The method that android system browser arranges privately owned proxy server

Publications (2)

Publication Number Publication Date
CN103607454A true CN103607454A (en) 2014-02-26
CN103607454B CN103607454B (en) 2017-03-08

Family

ID=50125654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310583742.7A Active CN103607454B (en) 2013-11-20 2013-11-20 The method that android system browser arranges privately owned proxy server

Country Status (1)

Country Link
CN (1) CN103607454B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103973682A (en) * 2014-04-30 2014-08-06 北京奇虎科技有限公司 Method and device for having access to webpage
CN104506644A (en) * 2014-12-30 2015-04-08 北京奇虎科技有限公司 Method, device and mobile terminal for accessing network data
CN105306550A (en) * 2015-09-29 2016-02-03 诚迈科技(南京)股份有限公司 Method for setting proxy server to access to Internet based on Android platform
CN109543129A (en) * 2018-10-26 2019-03-29 深圳点猫科技有限公司 A kind of network request method and device based on education resource platform
CN109948092A (en) * 2019-03-20 2019-06-28 四川长虹电器股份有限公司 A kind of method of Android TV platform lightweight browsers engine pages button control
CN110290204A (en) * 2019-06-25 2019-09-27 腾讯科技(深圳)有限公司 A kind of browser crosses implementation method, device and the terminal device of agency

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101931635B (en) * 2009-06-18 2014-05-28 北京搜狗科技发展有限公司 Network resource access method and proxy device
CN101651712B (en) * 2009-09-11 2012-02-22 北京工业大学 HTTP network access achieving device based on serial port communication
CN101651711B (en) * 2009-09-11 2011-12-14 北京工业大学 HTTP network access achieving method based on serial communication

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103973682A (en) * 2014-04-30 2014-08-06 北京奇虎科技有限公司 Method and device for having access to webpage
CN103973682B (en) * 2014-04-30 2018-09-04 北京奇虎科技有限公司 Carry out the method and device of web page access
CN104506644A (en) * 2014-12-30 2015-04-08 北京奇虎科技有限公司 Method, device and mobile terminal for accessing network data
CN105306550A (en) * 2015-09-29 2016-02-03 诚迈科技(南京)股份有限公司 Method for setting proxy server to access to Internet based on Android platform
CN109543129A (en) * 2018-10-26 2019-03-29 深圳点猫科技有限公司 A kind of network request method and device based on education resource platform
CN109948092A (en) * 2019-03-20 2019-06-28 四川长虹电器股份有限公司 A kind of method of Android TV platform lightweight browsers engine pages button control
CN110290204A (en) * 2019-06-25 2019-09-27 腾讯科技(深圳)有限公司 A kind of browser crosses implementation method, device and the terminal device of agency

Also Published As

Publication number Publication date
CN103607454B (en) 2017-03-08

Similar Documents

Publication Publication Date Title
US10412176B2 (en) Website access method, apparatus, and website system
TWI528282B (en) Method for customizing launching of applications
CN103607454A (en) Method for setting private proxy server for Android system browser
CN103269396B (en) The method and system that a kind of pair of mobile terminal is managed
CN103729425B (en) Operate response method, client, browser and system
CN103873918B (en) Image processing method, device and terminal
CN104426967B (en) A kind of cross-platform and striding equipment mobile application development system
US20210337015A1 (en) Method and system of application development for multiple device client platforms
CN105429955A (en) Remote vulnerability detection method
Espada et al. Extensible architecture for context-aware mobile web applications
CN103268319A (en) Cloud browser based on webpages
CN104978358B (en) The method and intercepting page segment of desktop presentation web page fragments are to desktop presentation system
US20130219415A1 (en) Method for executing hybrid web application and apparatus therefor
CN103888408B (en) Upload the data to method and the device of social platform
CN110096660A (en) Method, apparatus and electronic equipment for loading page picture
CN104965848A (en) Front-end resource loading method and apparatus
CN102752369A (en) Providing method of television application service and virtualization content service platform
CN104363251A (en) Website security detecting method and device
US20160292291A1 (en) Methods and apparatuses for opening a webpage, invoking a client, and creating a light application
CN103618779A (en) Method and system for resource sharing
CN103458065A (en) Method for extracting video address based on Webkit kernel under HTML5 standard
EP3007470A1 (en) Performance improvement method in instance hosting environment and service system therefor
CN103917951B (en) Application invocation method, operating system and browser
CN103793459B (en) Webpage opening method and device
CN111475761A (en) Client, server and content sharing control method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant