CN108809900B - Framework and method for unified resource access - Google Patents
Framework and method for unified resource access Download PDFInfo
- Publication number
- CN108809900B CN108809900B CN201710301431.5A CN201710301431A CN108809900B CN 108809900 B CN108809900 B CN 108809900B CN 201710301431 A CN201710301431 A CN 201710301431A CN 108809900 B CN108809900 B CN 108809900B
- Authority
- CN
- China
- Prior art keywords
- data
- request
- layer
- resource access
- uniform resource
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 36
- 238000004806 packaging method and process Methods 0.000 claims description 7
- 230000008878 coupling Effects 0.000 abstract description 8
- 238000010168 coupling process Methods 0.000 abstract description 8
- 238000005859 coupling reaction Methods 0.000 abstract description 8
- 230000006870 function Effects 0.000 description 6
- 238000011161 development Methods 0.000 description 5
- 238000005538 encapsulation Methods 0.000 description 5
- 238000004590 computer program Methods 0.000 description 3
- 239000012141 concentrate Substances 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Abstract
The invention provides a framework and a method for unified resource access. The frame comprises a data request layer, a middle layer and a data acquisition layer; the data request layer is used for encapsulating data requests based on a uniform resource access protocol and requesting data from the data acquisition layer; the intermediate layer is used for receiving the data request of the data request layer, then sending the data request to the data acquisition layer, receiving the return data of the data acquisition layer and sending the return data to the data request layer; and the data acquisition layer is used for receiving the data request forwarded by the intermediate layer, acquiring data of a specified type according to a specified data source, and returning the data to the data request layer through the intermediate layer. The invention integrates and classifies the requested resources through the uniform resource access protocol, realizes uniform resource access to various resource information, and simultaneously reduces the coupling relation between a data requester and a data acquirer.
Description
Technical Field
The invention relates to the technical field of computers, in particular to a framework and a method for unified resource access.
Background
The elements presented in the interface are various in the development process, the elements presented are generally composed of various data, and the sources and acquisition modes of different data are different.
At present, the conventional practice is to obtain data from different data sources according to different sources of the data in a module which needs to use data elements; due to the difference of data formats and/or storage manners of different data sources, data often needs to be acquired in different manners.
Therefore, data needs to be acquired through different modes, so that developers need to develop multiple sets of code logics to meet the requirements of acquiring various data information through multiple channels, the development difficulty of the developers is greatly improved, and the convenience of development is not facilitated.
Disclosure of Invention
The present invention provides a framework and method for uniform resource access that overcomes, or at least partially addresses, the above-mentioned problems.
According to one aspect of the invention, a framework for unified resource access is provided, which comprises a data request layer, a middle layer and a data acquisition layer;
the data request layer is used for encapsulating data requests based on a uniform resource access protocol and requesting data from the data acquisition layer;
the intermediate layer is used for receiving the data request of the data request layer, then sending the data request to the data acquisition layer, receiving the return data of the data acquisition layer and sending the return data to the data request layer;
and the data acquisition layer is used for receiving the data request forwarded by the intermediate layer, acquiring data of a specified type according to a specified data source, and returning the data to the data request layer through the intermediate layer.
Further, the uniform resource access protocol comprises a request header, a request data source and a request parameter;
the request header is used for identifying the data type of the requested data;
the requested data source for identifying the requested data source;
the request parameters are used for identifying access parameters needed for accessing data from the request data source.
Further, the data request layer further comprises an encapsulation unit and a sending unit;
the packaging unit is used for packaging the requested data type, data source and access parameter into a data request in a character string format through a first separator based on a uniform resource access protocol, wherein when a plurality of access parameters exist, the plurality of access parameters are packaged into a character string through a second separator;
the sending unit is configured to send the data request to the intermediate layer, so as to request data from the data acquisition layer through the intermediate layer.
Further, the intermediate layer further includes a protocol parsing unit, and the protocol parsing unit is configured to: and analyzing the data request into a request head, a request data source and a request parameter based on the uniform resource access protocol, and sending the request head, the request data source and the request parameter to the data acquisition layer.
Further, the protocol analysis unit further comprises a first analysis unit and a second analysis unit;
the first analysis unit is used for searching a first separator in the data request and acquiring three parts of contents separated by the first separator in the data request as a request header, a request data source and a request parameter respectively;
the second parsing unit is configured to search for a second delimiter in the request parameter, and obtain 0, 1, or multiple access parameters separated by the second delimiter in the request parameter.
According to another aspect of the present invention, there is also provided a method of uniform resource access, comprising:
s1, the data request layer encapsulates the data request based on the uniform resource access protocol and sends the data request to the middle layer;
s2, the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and sends the data request to the data acquisition layer;
and S3, the data acquisition layer receives the data request forwarded by the intermediate layer, acquires data of a specified type according to a specified data source, and returns the data to the data request layer through the intermediate layer.
Specifically, the uniform resource access protocol comprises a request header, a request data source and a request parameter;
the request header is used for identifying the data type of the requested data;
the requested data source for identifying the requested data source;
the request parameters are used for identifying access parameters needed for accessing data from the request data source.
Further, the S1 further includes:
s1.1, based on a uniform resource access protocol, packaging a requested data type, a requested data source and requested access parameters into a data request in a character string format through a first separator, wherein when a plurality of access parameters exist, the plurality of access parameters are packaged into a character string through a second separator;
s1.2, sending the data request to the middle layer so as to request data from the data acquisition layer through the middle layer;
the S2 further includes:
s2.1, searching a first separator in the data request, and acquiring three parts of contents separated by the first separator in the data request as a request header, a request data source and a request parameter respectively;
s2.2, searching a second delimiter in the request parameters, and acquiring 0, 1 or more access parameters separated by the second delimiter in the request parameters.
According to another aspect of the present invention, there is also provided an apparatus of a method for uniform resource access, including:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, and the processor calls a method for performing a uniform resource access according to the present invention.
According to another aspect of the present invention, there is also provided a non-transitory computer readable storage medium storing computer instructions for causing a computer to perform a method of uniform resource access as described herein.
The invention provides a unified resource access framework and a method, which integrate and classify requested resources through a unified resource access protocol, provide a set of unified resource access framework through a data request layer, an intermediate layer and a data acquisition layer, realize data access through a unified access interface by the data request layer, and realize rules and methods of unified resource access to various resource information. The coupling relationship between the data requester and the data retriever is isolated by introducing an intermediate layer between the data request layer and the data retrieval layer, so that each layer can concentrate on the respective functions.
Drawings
FIG. 1 is a block diagram of a framework for uniform resource access according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method for accessing uniform resources according to an embodiment of the present invention;
fig. 3 is a block diagram of an apparatus structure of a method for accessing uniform resources according to an embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the present invention is provided in connection with the accompanying drawings and examples. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
As shown in fig. 1, a framework for uniform resource access includes a data request layer, an intermediate layer, and a data acquisition layer;
the data request layer is used for encapsulating data requests based on a uniform resource access protocol and requesting data from the data acquisition layer;
the intermediate layer is used for receiving the data request of the data request layer, then sending the data request to the data acquisition layer, receiving the return data of the data acquisition layer and sending the return data to the data request layer;
and the data acquisition layer is used for receiving the data request forwarded by the intermediate layer, acquiring data of a specified type according to a specified data source, and returning the data to the data request layer through the intermediate layer.
In order to solve the problem that development difficulty is increased due to different data types and different data acquisition modes, a uniform resource access protocol is designed to integrate and classify requested resources, a set of uniform resource access framework is provided through a data request layer, a middle layer and a data acquisition layer, the data request layer realizes data access through a uniform access interface, and uniform resource access to various resource information is realized.
The coupling relationship between the data requester and the data retriever is isolated by introducing an intermediate layer between the data request layer and the data retrieval layer, so that each layer can concentrate on the respective functions.
The traditional mode is that data is directly transmitted to a data requester after being acquired, the design can cause a very serious coupling relationship between the data requester and the data acquirer, is not beneficial to later expansion and maintenance of a software system, and establishes an intermediate layer for data forwarding in order to analyze the coupling between the data requester and the data acquirer.
In one embodiment, the uniform resource access protocol comprises a request header, a request data source and a request parameter;
the request header is used for identifying the data type of the requested data;
the requested data source for identifying the requested data source;
the request parameters are used for identifying access parameters needed for accessing data from the request data source.
Specifically, the data types include: binary files, audio files, video files, pictures and standard JSON data;
the source address includes: URL, database, file, binary data, and character string.
The request parameters include 0, 1 or more access parameters.
The embodiment specifically describes the uniform resource access protocol. The request header identifies the type of data that needs to be requested, i.e., encapsulates the particular type of data that needs to be requested. In order to be compatible with multiple data types and facilitate later expansion of the data types, the data type of the request header can be defined into a string type format, that is, the real data type required to be requested is marked by a string. Such as may support conventional data types, for example: rawFile (binary file), pic (picture), JSON (standard JSON format data), audio (audio file), and movie (video file), among others. Other data types can be compatible according to needs, and only the request header type needs to be added for expansion.
The request data source identifies where data needs to be requested, such as data on a network, data in a database, data in a file, even a key value pair in a JSON string, binary data, and the like.
On the other hand, the request data source identifies the source information of the data acquisition, and the data acquisition layer performs real data acquisition operation according to the data source information and finally returns the data according to the type required by the protocol header.
The data request parameter is mainly an access parameter required when the data request is carried, and the access parameter is information required to be known when the data acquisition part acquires the data, namely some extra information required when the data is acquired. The number of the access parameters may be 0, that is, none, or 1, or more.
In one embodiment, the data request layer further comprises an encapsulation unit and a sending unit;
the packaging unit is used for packaging the requested data type, data source and access parameter into a data request in a character string format through a first separator based on a uniform resource access protocol, wherein when a plurality of access parameters exist, the plurality of access parameters are packaged into a character string through a second separator;
the sending unit is configured to send the data request to the intermediate layer, so as to request data from the data acquisition layer through the intermediate layer.
The embodiment describes a specific process of data request layer encapsulation and data request sending. The result of the encapsulation is described here in a simple example.
For example, when the data request layer needs to access a png format file located at http:// www.xxx.com/abc/pic.png and needs to provide a user name and a password to enable correct access when accessing the file, the data request layer constructs a unified resource access protocol data request as follows:
Png:http://www.xxx.com/abc/pic.png:username=xxx,password=xxx;
in the above example, the data request is divided into three large blocks in total, each block being represented by ": the first block is png, which indicates that a png picture needs to be accessed, the second block access path indicates the position information of the picture needing to be accessed, and the third block indicates account number and password information which need to be provided for accessing the picture.
And encapsulating the final request into a character string format through the protocol encapsulation format, and transmitting the character string format to the data acquisition layer through the intermediate layer, so that the data acquisition part acquires the data according to the parameters provided in the protocol and returns the finally acquired data.
Any data access is finally converted into the protocol format described above for request, thus realizing a uniform rule mode to access any type of data.
In one embodiment, the middle layer further comprises a protocol parsing unit, the protocol parsing unit is configured to: and analyzing the data request into a request head, a request data source and a request parameter based on the uniform resource access protocol, and sending the request head, the request data source and the request parameter to the data acquisition layer.
In this embodiment, the intermediate layer serves as a data transfer station, isolates the coupling relationship between the data request layer and the data acquisition layer, and also performs an analysis on the received data request.
The coupling relation between the data requester and the data acquirer is isolated through the establishment of the middle layer, namely the data requester firstly sends the data request to the middle layer, and the middle layer can carry out simple analysis work on the data in the data request and then transmit the analyzed data to the data acquirer to carry out real data acquisition work.
The method of introducing the middle layer can analyze the contact between the resource requester and the actual resource acquirer, and also plays a role in analyzing the request protocol, so that when the analyzed data is transmitted to the data acquisition layer, the data acquisition layer only needs to pay attention to specific data acquisition logic.
In one embodiment, the protocol parsing unit further comprises a first parsing unit and a second parsing unit;
the first analysis unit is used for searching a first separator in the data request and acquiring three parts of contents separated by the first separator in the data request as a request header, a request data source and a request parameter respectively;
the second parsing unit is configured to search for a second delimiter in the request parameter, and obtain 0, 1, or multiple access parameters separated by the second delimiter in the request parameter.
In this embodiment, the middle layer performs resolution of the uniform resource access protocol by using the signatures, i.e., the first delimiter and the second delimiter.
Specifically, the first delimiter is ": the second delimiter is", ".
Taking java language as an example, because the content of the uniform resource access protocol is a String (String) type of data, a split (":") function in the String may be called to split the String of the protocol content, the split function will split the protocol String into three small strings according to ": to return, for convenience of description, the three split strings are respectively marked as ABC, where the content of a is a request header of the uniform resource access protocol, B is a request data source of the uniform resource access protocol, and C is an access parameter of the uniform resource access protocol.
Next, the protocol parameter part is analyzed, the characteristic separator of the protocol parameter C is ",", and each parameter in C is divided by "," so that the C can still be divided by "according to" by a split (",") function, and thus key-value pair information of each parameter can be divided. The key value pair information is divided by a feature value "═ and is divided by split (" ═ ") to acquire the key and value information in the key value pair.
All content information in the protocol can be completely analyzed through the method, so that the analyzed content can be directly sent to a data acquisition layer to carry out true data acquisition operation on the data subsequently.
Specifically, the data acquisition layer receives the data request forwarded by the intermediate layer, and the data request is a request header, a request data source and a request parameter obtained after the intermediate layer analyzes the data request;
the specified data source is a request data source in the data request;
the specified type is a request header in the data request.
In this embodiment, the data acquisition layer receives the data analyzed by the intermediate layer because the intermediate layer analyzes the data request; the middle layer transmits the analyzed data to the data acquisition layer, and the data acquisition layer only needs to pay attention to specific data acquisition logic.
As shown in fig. 2, the present invention further provides a method for uniform resource access, including:
s1, the data request layer encapsulates the data request based on the uniform resource access protocol and sends the data request to the middle layer;
s2, the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and sends the data request to the data acquisition layer;
and S3, the data acquisition layer receives the data request forwarded by the intermediate layer, acquires data of a specified type according to a specified data source, and returns the data to the data request layer through the intermediate layer.
In one embodiment, the uniform resource access protocol comprises a request header, a request data source and a request parameter;
the request header is used for identifying the data type of the requested data;
the requested data source for identifying the requested data source;
the request parameters are used for identifying access parameters needed for accessing data from the request data source.
The uniform resource access protocol in this embodiment is the same as the uniform resource access protocol of the framework for uniform resource access in the embodiment of the present invention.
Specifically, the specified data source in S3 is a request data source in the uniform resource access protocol, and the specified type is a request header in the uniform resource access protocol.
According to the method for accessing the uniform resources, the requested resources are integrated and classified through the uniform resource access protocol, a set of uniform resource access framework is provided through the data request layer, the middle layer and the data acquisition layer, the data request layer realizes data access through the uniform access interface, uniform resource access to various resource information is realized, and the problem that development difficulty is increased due to different data types and different data acquisition modes is solved.
The coupling relationship between the data requester and the data retriever is isolated by introducing an intermediate layer between the data request layer and the data retrieval layer, so that each layer can concentrate on the respective functions.
In one embodiment, the S1 further includes:
s1.1, based on a uniform resource access protocol, packaging a requested data type, a requested data source and requested access parameters into a data request in a character string format through a first separator, wherein when a plurality of access parameters exist, the plurality of access parameters are packaged into a character string through a second separator;
s1.2, sending the data request to the middle layer so as to request data from the data acquisition layer through the middle layer;
in one embodiment, the S2 further includes:
s2.1, searching a first separator in the data request, and acquiring three parts of contents separated by the first separator in the data request as a request header, a request data source and a request parameter respectively;
s2.2, searching a second delimiter in the request parameters, and acquiring 0, 1 or more access parameters separated by the second delimiter in the request parameters.
Fig. 3 is a block diagram illustrating an apparatus structure of a method for uniform resource access according to an embodiment of the present invention.
Referring to fig. 3, the apparatus includes: a processor (processor)601, a memory (memory)602, and a bus 603;
wherein,
the processor 601 and the memory 602 communicate with each other through the bus 603;
the processor 601 is configured to call program instructions in the memory 602 to perform the methods provided by the above-mentioned method embodiments, for example, including: the data request layer encapsulates the data request based on a uniform resource access protocol and sends the data request to the middle layer; the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and then sends the data request to a data acquisition layer; and the data acquisition layer receives the data request forwarded by the intermediate layer, acquires data of a specified type according to a specified data source, and returns the data to the data request layer through the intermediate layer.
Another embodiment of the present invention discloses a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform the methods provided by the above-mentioned method embodiments, for example, including: the data request layer encapsulates the data request based on a uniform resource access protocol and sends the data request to the middle layer; the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and then sends the data request to a data acquisition layer; and the data acquisition layer receives the data request forwarded by the intermediate layer, acquires data of a specified type according to a specified data source, and returns the data to the data request layer through the intermediate layer.
Another embodiment of the invention provides a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform a method provided by the above method embodiments, for example, comprising: the data request layer encapsulates the data request based on a uniform resource access protocol and sends the data request to the middle layer; the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and then sends the data request to a data acquisition layer; and the data acquisition layer receives the data request forwarded by the intermediate layer, acquires data of a specified type according to a specified data source, and returns the data to the data request layer through the intermediate layer.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the apparatus and the like for a method for unified resource access are merely illustrative, where the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, may be located in one place, or may also be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, the method of the present application is only a preferred embodiment and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.
Claims (4)
1. A method of uniform resource access, comprising:
s1, the data request layer encapsulates the data request based on the uniform resource access protocol and sends the data request to the middle layer;
s2, the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and sends the data request to the data acquisition layer;
s3, the data acquisition layer receives the data request forwarded by the middle layer, acquires data of specified type according to specified data source, and returns the data to the data request layer through the middle layer;
the uniform resource access protocol comprises a request head, a request data source and a request parameter;
the request header is used for identifying the data type of the requested data;
the requested data source for identifying the requested data source;
the request parameter is used for identifying an access parameter required for accessing data from the request data source;
the intermediate layer receives the data request of the data request layer, performs protocol analysis on the data request and then sends the data request to the data acquisition layer, and the method specifically comprises the following steps:
and analyzing the data request into the request header, the request data source and the request parameter based on the uniform resource access protocol, and sending the request header, the request data source and the request parameter to the data acquisition layer.
2. The method of claim 1,
the S1 further includes:
s1.1, based on a uniform resource access protocol, packaging a requested data type, a requested data source and requested access parameters into a data request in a character string format through a first separator, wherein when a plurality of access parameters exist, the plurality of access parameters are packaged into a character string through a second separator;
s1.2, sending the data request to the middle layer so as to request data from the data acquisition layer through the middle layer;
the S2 further includes:
s2.1, searching a first separator in the data request, and acquiring three parts of contents separated by the first separator in the data request as a request header, a request data source and a request parameter respectively;
s2.2, searching a second delimiter in the request parameters, and acquiring 0, 1 or more access parameters separated by the second delimiter in the request parameters.
3. An apparatus for uniform resource access, comprising:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor invoking the program instructions to be capable of performing the method of claim 1 or 2.
4. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1 or 2.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710301431.5A CN108809900B (en) | 2017-05-02 | 2017-05-02 | Framework and method for unified resource access |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710301431.5A CN108809900B (en) | 2017-05-02 | 2017-05-02 | Framework and method for unified resource access |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN108809900A CN108809900A (en) | 2018-11-13 |
| CN108809900B true CN108809900B (en) | 2021-09-07 |
Family
ID=64053939
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201710301431.5A Active CN108809900B (en) | 2017-05-02 | 2017-05-02 | Framework and method for unified resource access |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN108809900B (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112087524B (en) * | 2020-09-21 | 2022-11-18 | 烟台云朵软件有限公司 | Unified access method and device for multi-source heterogeneous medical data |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101640700A (en) * | 2008-07-31 | 2010-02-03 | Sap股份公司 | Method and system for mediating enterprise service access for smart devices |
| CN103944902A (en) * | 2010-08-13 | 2014-07-23 | 华为技术有限公司 | Method, device and equipment for aggregating Mashup service for service |
| CN105491169A (en) * | 2016-01-26 | 2016-04-13 | 苏州蜗牛数字科技股份有限公司 | Data proxy method and system |
| CN106202452A (en) * | 2016-07-15 | 2016-12-07 | 复旦大学 | The uniform data resource management system of big data platform and method |
| CN106547766A (en) * | 2015-09-18 | 2017-03-29 | 华为技术有限公司 | A kind of data access method and device |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8909781B2 (en) * | 2010-05-24 | 2014-12-09 | Pi-Coral, Inc. | Virtual access to network services |
-
2017
- 2017-05-02 CN CN201710301431.5A patent/CN108809900B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101640700A (en) * | 2008-07-31 | 2010-02-03 | Sap股份公司 | Method and system for mediating enterprise service access for smart devices |
| CN103944902A (en) * | 2010-08-13 | 2014-07-23 | 华为技术有限公司 | Method, device and equipment for aggregating Mashup service for service |
| CN106547766A (en) * | 2015-09-18 | 2017-03-29 | 华为技术有限公司 | A kind of data access method and device |
| CN105491169A (en) * | 2016-01-26 | 2016-04-13 | 苏州蜗牛数字科技股份有限公司 | Data proxy method and system |
| CN106202452A (en) * | 2016-07-15 | 2016-12-07 | 复旦大学 | The uniform data resource management system of big data platform and method |
Also Published As
| Publication number | Publication date |
|---|---|
| CN108809900A (en) | 2018-11-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12112144B2 (en) | API specification generation | |
| JP4363847B2 (en) | Digital TV application protocol for interactive TV | |
| US20030135633A1 (en) | Streaming and managing complex media content on Web servers | |
| CN108337236A (en) | A kind of gRPC call methods and device based on Protobuf and HTTP/1.1 | |
| CN114499759B (en) | Message generation method and device, electronic equipment and storage medium | |
| US20170132267A1 (en) | Pushing system and method based on natural information recognition, and a client end | |
| WO2021093673A1 (en) | E-mail sending method, apparatus and device, and computer-readable storage medium | |
| CN112817779B (en) | Componentized application communication method, device, equipment and medium | |
| CN114490889A (en) | Configuration information processing method, device, equipment, medium and program product | |
| CN110727417A (en) | Data processing method and device | |
| WO2020071962A1 (en) | System for classifying traffic | |
| CN106790593A (en) | A kind of page processing method and device | |
| WO2015000342A1 (en) | Method and client device for accessing webpage | |
| KR102741074B1 (en) | Method of converting and interworking ocf resourse of internet service, and an apparatus performing the same | |
| CN113779018B (en) | A data processing method and device | |
| CN112883088B (en) | Data processing method, device, equipment and storage medium | |
| CN108809900B (en) | Framework and method for unified resource access | |
| CN115600023A (en) | Client page jump method, device, equipment and storage medium | |
| CN117390312A (en) | Page rendering method, device, equipment, storage medium and program product | |
| CN116436989B (en) | Message conversion method, device, equipment and storage medium | |
| CN112565106B (en) | Traffic service identification method, device, equipment and computer storage medium | |
| CN114827274B (en) | Request processing method and device | |
| CN114500674B (en) | Distributed system data transparent transmission method, device, storage medium and system | |
| CN115914432B (en) | Receiving and analyzing method for processing heterogeneous data in multiple communication modes | |
| US11973994B2 (en) | Media processing method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant | ||
| TR01 | Transfer of patent right |
Effective date of registration: 20230913 Address after: 801, Huanan City headquarters building, No.1, Huanan Avenue, Hehua community, Pinghu street, Longgang District, Shenzhen, Guangdong 518000 Patentee after: Shenzhen Huanan City Digital Technology Co.,Ltd. Address before: 430000 Wuhan Donghu Development Zone, Wuhan, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd. |
|
| TR01 | Transfer of patent right |