CN109639767A - A kind of Service Gateway data processing method, device, equipment - Google Patents

A kind of Service Gateway data processing method, device, equipment Download PDF

Info

Publication number
CN109639767A
CN109639767A CN201811381991.7A CN201811381991A CN109639767A CN 109639767 A CN109639767 A CN 109639767A CN 201811381991 A CN201811381991 A CN 201811381991A CN 109639767 A CN109639767 A CN 109639767A
Authority
CN
China
Prior art keywords
tuple
http request
return information
connection handle
handle
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.)
Pending
Application number
CN201811381991.7A
Other languages
Chinese (zh)
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.)
Chinese PLA General Hospital
Bright Oceans Inter Telecom Co Ltd
Original Assignee
Chinese PLA General Hospital
Bright Oceans Inter Telecom Co 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 Chinese PLA General Hospital, Bright Oceans Inter Telecom Co Ltd filed Critical Chinese PLA General Hospital
Priority to CN201811381991.7A priority Critical patent/CN109639767A/en
Publication of CN109639767A publication Critical patent/CN109639767A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

This specification embodiment discloses a kind of Service Gateway data processing method, device, equipment, which comprises receives the first HTTP request, establishes IP five-tuple and the corresponding relationship for connecting handle;According to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the second HTTP request;It is routed according to second HTTP request, returns to the corresponding return information of the connection handle.By adding IP five-tuple to the HTTP request for receiving client, asynchronous process is internally carried out, return information is obtained.IP five-tuple information is also carried in the return information, further, corresponding connection handle is found according to the IP five-tuple, so as to which return information is sent to corresponding client.By connection handle to using synchrodata to handle outside gateway, by IP five-tuple to asynchronous process is used in gateway, data-handling efficiency can be improved and simplify data processing step.

Description

A kind of Service Gateway data processing method, device, equipment
Technical field
This specification is related to field of computer technology more particularly to a kind of Service Gateway data processing method, device, sets It is standby.
Background technique
Micro services dispose the technology of application and service as one in cloud, its purport is by an independent system of script System splits into multiple small-sized services, these small services are run in process independent, pass through RESTful between service API carries out communication cooperation.A certain item or some degree of coupling of each small service being split in system are higher Business function constructed, and it is each service maintain itself data storage, business development, automatic test case And independent deployment mechanisms.
It is run in independent process by the service that function is split, has N number of service from the background, foreground just needs to remember to manage N number of Service, a service is offline/update/upgrading, foreground will redeploy.The calling of N number of small service is also a no small net Network expense, there are also general micro services in internal system, and usually stateless, user login information and rights management are preferably formed with one A unified local maintenance management (OAuth).So generally backstage it is N number of service UI between generally can one agency or It is API Gateway, his effect includes: entrance of providing uniform services, and makes micro services transparent to foreground;It polymerize the clothes on backstage Flow, improving performance are saved in business;Safety, filtering, the API management function such as flow control are provided.API Gateway externally provide service General there are two types of modes: synchronization call, asynchronous message call.The method of synchronization is easy to use but treatment effeciency is not high, asynchronous system Treatment effeciency is higher but using complicated.
Based on the prior art, it is desirable to be able to the scheme of simple, efficient Service Gateway data processing.
Summary of the invention
This specification embodiment provides Service Gateway data processing method, device, equipment, asks for solving following technology Topic: it is required to the scheme of simple, efficient Service Gateway data processing.
In order to solve the above technical problems, this specification embodiment is achieved in that
A kind of Service Gateway data processing method that this specification embodiment provides, comprising:
The first HTTP request is received, IP five-tuple and the corresponding relationship for connecting handle are established;
According to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the second HTTP request;
It is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
Further, the first HTTP request of the reception, establishes IP five-tuple and the corresponding relationship for connecting handle, specific to wrap It includes:
The first HTTP request is received, connection handle is obtained;
Establish the corresponding relationship of IP five-tuple and the connection handle.
Further, described according to the corresponding relationship, it adds the IP five-tuple and is requested to the first HTTP, obtained The second HTTP request is obtained, is specifically included:
According to corresponding relationship, the IP five-tuple is added to the request header information of first HTTP request, obtains second HTTP request.
Further, described to be routed according to second HTTP request, return to the corresponding return of the connection handle Information specifically includes:
It carries out being routed to original server according to real-time second HTTP request;
The original server returns to the corresponding return information of connection handle, wherein the return information carries the IP Five-tuple information.
Further, after the corresponding return information of the original server return connection handle, further includes:
According to the IP five-tuple information that the return information carries, searching in global record has corresponding relationship Connect handle;
According to the connection handle, the return information is sent to corresponding client.
Further, according to the connection handle, before sending the return information to corresponding client, further includes:
Remove the IP five-tuple information in the return information, remove connection handle described in the global record with The corresponding relationship of the IP five-tuple.
A kind of Service Gateway data processing equipment that this specification embodiment provides characterized by comprising
Module is established, the first HTTP request is received, establishes IP five-tuple and the corresponding relationship for connecting handle;
Module is obtained, according to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains second HTTP request;
Return module is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
Further, described to establish module, the first HTTP request is received, connection handle is obtained;
Establish the corresponding relationship of IP five-tuple and the connection handle.
Further, the acquisition module adds the IP five-tuple to first HTTP request according to corresponding relationship Request header information, obtain the second HTTP request.
Further, the return module carries out being routed to original server according to real-time second HTTP request;
The original server returns to the corresponding return information of connection handle, wherein the return information carries the IP Five-tuple information.
Further, after the corresponding return information of the original server return connection handle, further includes:
According to the IP five-tuple information that the return information carries, searching in global record has corresponding relationship Connect handle;
According to the connection handle, the return information is sent to corresponding client.
Further, according to the connection handle, before sending the return information to corresponding client, further includes:
Remove the IP five-tuple information in the return information, remove connection handle described in the global record with The corresponding relationship of the IP five-tuple.
The a kind of electronic equipment that this specification embodiment provides, comprising:
At least one processor;And
The memory being connect at least one described processor communication;Wherein,
The memory is stored with the instruction that can be executed by least one described processor, and described instruction is by described at least one A processor executes so that at least one described processor can:
The first HTTP request is received, IP five-tuple and the corresponding relationship for connecting handle are established;
According to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the second HTTP request;
It is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
This specification embodiment use at least one above-mentioned technical solution can reach it is following the utility model has the advantages that
By adding IP five-tuple corresponding with connection handle to the HTTP request for receiving client, internally carry out asynchronous Data processing obtains return information.The IP five-tuple of addition is also carried in the return information, further, according to the IP Five-tuple finds corresponding connection handle, so as to which return information is sent to corresponding client.By connecting handle To using synchrodata to handle outside gateway, by IP five-tuple to asynchronous process is used in gateway, data processing effect can be improved Rate, and data processing step can be simplified.
Detailed description of the invention
In order to illustrate more clearly of this specification embodiment or technical solution in the prior art, below will to embodiment or Attached drawing needed to be used in the description of the prior art is briefly described, it should be apparent that, the accompanying drawings in the following description is only The some embodiments recorded in this specification, for those of ordinary skill in the art, in not making the creative labor property Under the premise of, it is also possible to obtain other drawings based on these drawings.
Fig. 1 is a kind of flow diagram for Service Gateway data processing method that this specification embodiment provides;
Fig. 2 is a kind of structural schematic diagram for Service Gateway data processing equipment that this specification embodiment provides.
Specific embodiment
In order to make those skilled in the art more fully understand the technical solution in this specification, below in conjunction with this explanation Attached drawing in book embodiment is clearly and completely described the technical solution in this specification embodiment, it is clear that described Embodiment be merely a part but not all of the embodiments of the present application.Based on this specification embodiment, this field Those of ordinary skill's every other embodiment obtained without creative efforts, all should belong to the application The range of protection.
The term used in embodiments of the present invention is only to be not intended to be limiting merely for for the purpose of describing particular embodiments The present invention.In the embodiment of the present invention and the "an" of singular used in the attached claims, " described " and "the" It is also intended to including most forms, unless the context clearly indicates other meaning, " a variety of " generally comprise at least two, but not It excludes to include at least one situation.
It should be appreciated that term "and/or" used herein is only a kind of incidence relation for describing affiliated partner, indicate There may be three kinds of relationships, for example, A and/or B, can indicate: individualism A, exist simultaneously A and B, individualism B these three Situation.In addition, character "/" herein, typicallys represent the relationship that forward-backward correlation object is a kind of "or".
It will be appreciated that though XXX may be described in embodiments of the present invention using term first, second, third, etc., but These XXX should not necessarily be limited by these terms.These terms are only used to distinguish XXX.For example, not departing from model of the embodiment of the present invention In the case where enclosing, the first XXX can also be referred to as the 2nd XXX, and similarly, the 2nd XXX can also be referred to as the first XXX.
Depending on context, word as used in this " if ", " if " can be construed to " ... when " or " when ... " or " in response to determination " or " in response to detection ".Similarly, context is depended on, phrase " if it is determined that " or " such as Fruit detection (condition or event of statement) " can be construed to " when determining " or " in response to determination " or " when detection (statement Condition or event) when " or " in response to detection (condition or event of statement) ".
It should also be noted that, the terms "include", "comprise" or its any other variant are intended to nonexcludability Include, so that commodity or system including a series of elements not only include those elements, but also including not clear The other element listed, or further include for this commodity or the intrinsic element of system.In the feelings not limited more Under condition, the element that is limited by sentence "including a ...", it is not excluded that in the commodity or system for including the element also There are other identical elements.
Further it is worth noting that, the sequence in various embodiments of the present invention between each step is adjustable, and is not It must be executed according to the sequence of following citing.
This specification embodiment provides a kind of Service Gateway data processing method, as Fig. 1 provides for this specification embodiment A kind of Service Gateway data processing method flow diagram, can specifically include:
Step S102: the first HTTP request is received, IP five-tuple and the corresponding relationship for connecting handle are established.
Here executing subject can be gateway.Specifically, gateway receives the first of client sending HTTP request has corresponding connection handle, so as to which return information accurately to be returned to corresponding client.It is referred to herein IP five-tuple include: the amount composition of source IP address, source port, purpose IP address, destination port, and transport layer protocol this five One set.Handle is an identifier, brings mark object or project, connection handle mentioned here, be for Which HTTP request and Boot Server for indicating which client sending are accurate by message is returned after completion task Back to the corresponding client of connection handle.
Specifically, IP five-tuple is as the mark for carrying out asynchronous data processing in gateway, connect handle as gateway outside Synchronize the mark of data processing.
Step S104: according to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains second HTTP request.
In practical applications, in order to carry out asynchronous number in gateway after the first HTTP request of the client received According to processing, in general request header can be added to for the IP five-tuple by needing to add IP five-tuple in the first HTTP request In, naturally it is also possible to being added to request body etc. according to demand, other can be stored in the byte of IP five-tuple.For example, the first HTTP Request content are as follows: XXX then adds the second HTTP request after IP five-tuple are as follows: XXX192.XXXX.
It should be noted that by the operation that IP five-tuple is added to the first HTTP being completed in gateway.
Step S106: being routed according to second HTTP request, returns to the corresponding return information of the connection handle.
Specifically, after obtaining the second HTTP request, specified server, each service are sent to according to request content Device extracts the IP five-tuple information in the second HTTP request after handling finishing service, and will change IP five-tuple information and add It is added in return information, so as to which return information quickly, accurately, is simply returned to corresponding client.
It should be noted that executing subject here, which can be gateway or routing device etc., realizes client and clothes The equipment of data transmission between business device.
Based on the above embodiment it can be appreciated that by adding to the HTTP request for receiving client and connecting handle pair The IP five-tuple answered internally carries out asynchronous data processing, obtains return information.The IP of addition is also carried in the return information Five-tuple further finds corresponding connection handle according to the IP five-tuple, so as to which return information to be sent to pair The client answered.Synchrodata is used to handle outside gateway by connection handle, it is asynchronous to being used in gateway by IP five-tuple Processing can improve data-handling efficiency and simplify data processing step.
In one or more embodiment of this specification, the first HTTP request of the reception establishes IP five-tuple and company The corresponding relationship for connecing handle, can specifically include: receiving the first HTTP request, obtains connection handle;Establish IP five-tuple and institute State the corresponding relationship of connection handle.
In practical applications, the first HTTP request issued according to client and the client, obtains corresponding connection Handle, and the corresponding relationship between global record IP five-tuple and connection handle.It should be noted that in order to realize synchrodata The conversion of processing and asynchronous data processing needs IP five-tuple to have stringent corresponding relationship with handle is connect, and avoids occurring wrong Accidentally.
It is described according to the corresponding relationship in one or more embodiment of this specification, add the IP five-tuple To first HTTP request, the second HTTP request is obtained, can specifically include: according to corresponding relationship, adding five yuan of the IP Group arrives the request header information of first HTTP request, obtains the second HTTP request.
As it was noted above, in practical applications, IP five-tuple can be added in the request header of the first HTTP request.When So, can also be added in the other structures part (such as request body) of HTTP request, corresponding, gateway or server are from the When extracting IP five-tuple in two HTTP requests, it is also desirable to be adjusted correspondingly, so as to realize in gateway at asynchronous data Reason.
It is described to be routed according to second HTTP request in one or more embodiment of this specification, it returns The corresponding return information of the connection handle, can specifically include: carry out being routed to original clothes according to the 2nd HTTP request Business device;The original server returns to the corresponding return information of connection handle, wherein the return information carries described five yuan of IP Group information.
In practical applications, it after sending original server for the second HTTP request for carrying IP five-tuple, carries out Business processing, meanwhile, which also can handle other business.The second HTTP request industry has been handled in original server After business, when generating return information, the IP five-tuple for carrying the second HTTP request is needed to be added to wherein.
It should be noted that original server when handling the second HTTP request by the way of asynchronous process, do not influence The processing of other business.
In one or more embodiment of this specification, the original server return connection handle is corresponding to be returned It writes in reply after breath, can also include: the IP five-tuple information carried according to the return information, searched in overall situation record Connection handle with corresponding relationship;According to the connection handle, the return information is sent to corresponding client.
When return information is returned to corresponding client, the IP five in the return information according to gateway offer is needed Tuple finds corresponding connection handle in overall situation record, to determine corresponding client.Find connection handle it Afterwards, need to remove the IP five-tuple carried in return information, and, record has IP five-tuple and connects handle corresponding relationship Overall situation record.
In one or more embodiment of this specification, according to the connection handle, send the return information to pair It can also include: the IP five-tuple information removed in the return information before answering client, remove the global record Described in connect handle and the IP five-tuple corresponding relationship.
After the business for completing the HTTP request of client, all by the IP five-tuple information in global record, return information It disposes, and closes HTTP request.
Based on the above embodiment it can be appreciated that by adding to the HTTP request for receiving client and connecting handle pair The IP five-tuple answered internally carries out asynchronous data processing, obtains return information.The IP of addition is also carried in the return information Five-tuple further finds corresponding connection handle according to the IP five-tuple, so as to which return information to be sent to pair The client answered.Synchrodata is used to handle outside gateway by connection handle, it is asynchronous to being used in gateway by IP five-tuple Processing can improve data-handling efficiency and simplify data processing step.
Based on same thinking, this specification embodiment provides a kind of Service Gateway data processing equipment, such as Fig. 2 institute Show, described device includes:
Module 201 is established, the first HTTP request is received, establishes IP five-tuple and the corresponding relationship for connecting handle;
It obtains module 202 to add the IP five-tuple according to the corresponding relationship and request to the first HTTP, obtain Second HTTP request;
Return module 203 is routed according to second HTTP request, returns to the corresponding return letter of the connection handle Breath.
Further, described to establish module 201, the first HTTP request is received, connection handle is obtained;
Establish the corresponding relationship of IP five-tuple and the connection handle.
Further, the acquisition module 202 adds the IP five-tuple to the first HTTP according to corresponding relationship The request header information of request obtains the second HTTP request.
Further, the return module 203 carries out being routed to original server according to real-time second HTTP request;
The original server returns to the corresponding return information of connection handle, wherein the return information carries the IP Five-tuple information.
Further, after the corresponding return information of the original server return connection handle, further includes:
According to the IP five-tuple information that the return information carries, searching in global record has corresponding relationship Connect handle;
According to the connection handle, the return information is sent to corresponding client.
Further, according to the connection handle, before sending the return information to corresponding client, further includes:
Remove the IP five-tuple information in the return information, remove connection handle described in the global record with The corresponding relationship of the IP five-tuple.
Based on same thinking, this specification embodiment also provides a kind of electronic equipment, comprising:
At least one processor;And
The memory being connect at least one described processor communication;Wherein,
The memory is stored with the instruction that can be executed by least one described processor, and described instruction is by described at least one A processor executes so that at least one described processor can:
The first HTTP request is received, IP five-tuple and the corresponding relationship for connecting handle are established;
According to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the second HTTP request;
It is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
According to above-described embodiment it can be appreciated that by adding to the HTTP request for receiving client and connecting handle pair The IP five-tuple answered internally carries out asynchronous data processing, obtains return information.The IP of addition is also carried in the return information Five-tuple further finds corresponding connection handle according to the IP five-tuple, so as to which return information to be sent to pair The client answered.Synchrodata is used to handle outside gateway by connection handle, it is asynchronous to being used in gateway by IP five-tuple Processing can improve data-handling efficiency and simplify data processing step.
It is above-mentioned that this specification specific embodiment is described.Other embodiments are in the scope of the appended claims It is interior.In some cases, the movement recorded in detail in the claims or step can be come according to the sequence being different from embodiment It executes and desired result still may be implemented.In addition, process depicted in the drawing not necessarily require show it is specific suitable Sequence or consecutive order are just able to achieve desired result.In some embodiments, multitasking and parallel processing be also can With or may be advantageous.
All the embodiments in this specification are described in a progressive manner, same and similar portion between each embodiment Dividing may refer to each other, and each embodiment focuses on the differences from other embodiments.Especially for device, For electronic equipment, nonvolatile computer storage media embodiment, since it is substantially similar to the method embodiment, so description It is fairly simple, the relevent part can refer to the partial explaination of embodiments of method.
Device that this specification embodiment provides, electronic equipment, nonvolatile computer storage media with method are corresponding , therefore, device, electronic equipment, nonvolatile computer storage media also have the Advantageous effect similar with corresponding method Fruit, since the advantageous effects of method being described in detail above, which is not described herein again corresponding intrument, The advantageous effects of electronic equipment, nonvolatile computer storage media.
All the embodiments in this specification are described in a progressive manner, same and similar portion between each embodiment Dividing may refer to each other, and each embodiment focuses on the differences from other embodiments.Especially for system reality For applying example, since it is substantially similar to the method embodiment, so being described relatively simple, related place is referring to embodiment of the method Part explanation.
The foregoing is merely this specification embodiments, are not intended to limit this application.For those skilled in the art For, various changes and changes are possible in this application.All any modifications made within the spirit and principles of the present application are equal Replacement, improvement etc., should be included within the scope of the claims of this application.

Claims (13)

1. a kind of Service Gateway data processing method characterized by comprising
The first HTTP request is received, IP five-tuple and the corresponding relationship for connecting handle are established;
According to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the second HTTP request;
It is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
2. Service Gateway data processing method as described in claim 1, which is characterized in that the first HTTP request of the reception, IP five-tuple and the corresponding relationship for connecting handle are established, is specifically included:
The first HTTP request is received, connection handle is obtained;
Establish the corresponding relationship of IP five-tuple and the connection handle.
3. Service Gateway data processing method as described in claim 1, which is characterized in that it is described according to the corresponding relationship, The IP five-tuple is added to first HTTP request, the second HTTP request is obtained, specifically includes:
According to corresponding relationship, the IP five-tuple is added to the request header information of first HTTP request, obtains the 2nd HTTP Request.
4. Service Gateway data processing method as claimed in claim 3, which is characterized in that described to be asked according to the 2nd HTTP It asks and is routed, return to the corresponding return information of the connection handle, specifically include:
It carries out being routed to original server according to real-time second HTTP request;
The original server returns to the corresponding return information of connection handle, wherein the return information carries described five yuan of IP Group information.
5. Service Gateway data processing method as claimed in claim 4, which is characterized in that described in the original server returns After the corresponding return information of connection handle, further includes:
According to the IP five-tuple information that the return information carries, the connection with corresponding relationship is searched in global record Handle;
According to the connection handle, the return information is sent to corresponding client.
6. Service Gateway data processing method as claimed in claim 5, which is characterized in that according to the connection handle, send Before the return information to corresponding client, further includes:
Remove the IP five-tuple information in the return information, remove connection handle described in the global record with it is described The corresponding relationship of IP five-tuple.
7. a kind of Service Gateway data processing equipment characterized by comprising
Module is established, the first HTTP request is received, establishes IP five-tuple and the corresponding relationship for connecting handle;
Module is obtained, according to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the 2nd HTTP Request;
Return module is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
8. Service Gateway data processing equipment as claimed in claim 7, which is characterized in that it is described to establish module, receive first HTTP request obtains connection handle;
Establish the corresponding relationship of IP five-tuple and the connection handle.
9. Service Gateway data processing equipment as claimed in claim 7, which is characterized in that the acquisition module, according to correspondence Relationship adds the IP five-tuple to the request header information of first HTTP request, obtains the second HTTP request.
10. Service Gateway data processing equipment as claimed in claim 9, which is characterized in that the return module, according to real-time Second HTTP request carries out being routed to original server;
The original server returns to the corresponding return information of connection handle, wherein the return information carries described five yuan of IP Group information.
11. Service Gateway data processing equipment as claimed in claim 10, which is characterized in that the original server returns to institute It states after connecting the corresponding return information of handle, further includes:
According to the IP five-tuple information that the return information carries, the connection with corresponding relationship is searched in global record Handle;
According to the connection handle, the return information is sent to corresponding client.
12. Service Gateway data processing equipment as claimed in claim 11, which is characterized in that according to the connection handle, hair Before sending the return information to corresponding client, further includes:
Remove the IP five-tuple information in the return information, remove connection handle described in the global record with it is described The corresponding relationship of IP five-tuple.
13. a kind of electronic equipment, comprising:
At least one processor;And
The memory being connect at least one described processor communication;Wherein,
The memory is stored with the instruction that can be executed by least one described processor, and described instruction is by described at least one Manage device execute so that at least one described processor can:
The first HTTP request is received, IP five-tuple and the corresponding relationship for connecting handle are established;
According to the corresponding relationship, the IP five-tuple is added to first HTTP request, obtains the second HTTP request;
It is routed according to second HTTP request, returns to the corresponding return information of the connection handle.
CN201811381991.7A 2018-11-20 2018-11-20 A kind of Service Gateway data processing method, device, equipment Pending CN109639767A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811381991.7A CN109639767A (en) 2018-11-20 2018-11-20 A kind of Service Gateway data processing method, device, equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811381991.7A CN109639767A (en) 2018-11-20 2018-11-20 A kind of Service Gateway data processing method, device, equipment

Publications (1)

Publication Number Publication Date
CN109639767A true CN109639767A (en) 2019-04-16

Family

ID=66068344

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811381991.7A Pending CN109639767A (en) 2018-11-20 2018-11-20 A kind of Service Gateway data processing method, device, equipment

Country Status (1)

Country Link
CN (1) CN109639767A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110290202A (en) * 2019-06-25 2019-09-27 北京慧眼智行科技有限公司 A kind of information of Service Gateway is attached to method, apparatus and relevant device
CN111666117A (en) * 2020-06-05 2020-09-15 厦门美图之家科技有限公司 Advertisement service processing method and device, computer equipment and readable storage medium
CN113038090A (en) * 2021-05-24 2021-06-25 武汉中科通达高新技术股份有限公司 Transmission link management method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2002362656B9 (en) * 2001-10-05 2008-06-19 Oracle International Corporation System for integrating java servlets with asynchronous messages
CN102246489A (en) * 2008-10-08 2011-11-16 思杰系统有限公司 Systems and methods for connection management for asynchronous messaging over http
CN105577780A (en) * 2015-12-21 2016-05-11 武汉理工大学 College teaching cloud platform based on micro services
CN105900397A (en) * 2014-02-07 2016-08-24 甲骨文国际公司 On-premises agent for mobile cloud service

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2002362656B9 (en) * 2001-10-05 2008-06-19 Oracle International Corporation System for integrating java servlets with asynchronous messages
CN102246489A (en) * 2008-10-08 2011-11-16 思杰系统有限公司 Systems and methods for connection management for asynchronous messaging over http
CN105900397A (en) * 2014-02-07 2016-08-24 甲骨文国际公司 On-premises agent for mobile cloud service
CN105577780A (en) * 2015-12-21 2016-05-11 武汉理工大学 College teaching cloud platform based on micro services

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110290202A (en) * 2019-06-25 2019-09-27 北京慧眼智行科技有限公司 A kind of information of Service Gateway is attached to method, apparatus and relevant device
CN111666117A (en) * 2020-06-05 2020-09-15 厦门美图之家科技有限公司 Advertisement service processing method and device, computer equipment and readable storage medium
CN111666117B (en) * 2020-06-05 2022-08-26 厦门美图之家科技有限公司 Advertisement service processing method and device, computer equipment and readable storage medium
CN113038090A (en) * 2021-05-24 2021-06-25 武汉中科通达高新技术股份有限公司 Transmission link management method and system
CN113038090B (en) * 2021-05-24 2021-09-07 武汉中科通达高新技术股份有限公司 Transmission link management method and system

Similar Documents

Publication Publication Date Title
CN104125208B (en) Data transmission method and device
CN110300050A (en) Information push method, device, computer equipment and storage medium
CN106656650B (en) Method and system for generating service test environment, and method, device and system for service test
CN107181675A (en) Service calling method and device
CN101833570A (en) Method and device for optimizing page push of mobile terminal
CN109639767A (en) A kind of Service Gateway data processing method, device, equipment
CN105608207A (en) Data statistics system based on Redis database and statistics method of data statistics system
CN107347062A (en) A kind of method, electronic equipment and the readable storage medium storing program for executing of daily record data processing
CN104579887A (en) Cloud gateway as well as cloud gateway creation and configuration system and method
CN108712457A (en) Back-end server dynamic load method of adjustment and device based on Nginx reverse proxys
CN111917687A (en) Method and device for circularly pushing reminding message
CN109379742A (en) A kind of cut-in method of WLAN, device and storage medium
US20120266186A1 (en) Providing inter-platform application launch in context
CN105808763A (en) Data processing method and apparatus
CN109783073B (en) Method and device for popup of application container, micro service and storage medium
La Marra et al. Introducing usage control in MQTT
US10225358B2 (en) Page push method, device, server and system
CN112311619B (en) Network message delay detection method and device and electronic equipment
CN105959248B (en) The method and device of message access control
CN107968798A (en) A kind of network management resources label acquisition method, cache synchronization method, apparatus and system
CN103220327B (en) user information storage method and device
CN111935329B (en) Domain name resolution method and device
CN115525440A (en) Method, device, medium and equipment for processing microservice calling data
CN113556370A (en) Service calling method and device
CN113992664A (en) Cluster communication method, related device and storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20190416

RJ01 Rejection of invention patent application after publication