CN107592359A - A kind of service end response method, device and medium based on RPC agreements - Google Patents

A kind of service end response method, device and medium based on RPC agreements Download PDF

Info

Publication number
CN107592359A
CN107592359A CN201710852642.8A CN201710852642A CN107592359A CN 107592359 A CN107592359 A CN 107592359A CN 201710852642 A CN201710852642 A CN 201710852642A CN 107592359 A CN107592359 A CN 107592359A
Authority
CN
China
Prior art keywords
parameter
class
service end
service
rpc agreements
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
CN201710852642.8A
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710852642.8A priority Critical patent/CN107592359A/en
Publication of CN107592359A publication Critical patent/CN107592359A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a kind of service end response method, device and medium based on RPC agreements, this method includes:The execution method and criteria for classification corresponding to service function are obtained, and execution method is classified to obtain method class set according to criteria for classification;Method class set is encapsulated as to the functional interface of RPC agreements;Receive the required parameter transmitted by client;Wherein required parameter includes method class parameter and method parameter;By functional interface analysis request parameter, goal approach class is obtained in method class set according to method class parameter, and goal approach is obtained in goal approach class according to method parameter;Performance objective method with to client provide respective service.It can be seen that present approach reduces the complexity of service end functional interface, and then improve the maintenance efficiency to service end functional interface.In addition, the present invention also provides a kind of service end responding device and medium based on RPC agreements, beneficial effect is as described above.

Description

A kind of service end response method, device and medium based on RPC agreements
Technical field
The present invention relates to computer communication field, more particularly to a kind of service end response method based on RPC agreements, dress Put and medium.
Background technology
With the continuous maturation of computer communication technology, the data interaction of service end and client is even closer, therefore has The RPC agreements for helping be lifted communication efficiency between end and end are arisen at the historic moment.
RPC agreements are a kind of in the wide variety of communication protocol in the fields such as distributed memory system, by using RPC agreements Network can be relied on to ask service to long-range service end, and the complexity of bottom-layer network can be shielded, externally provided friendly Interface, and then network Correlation method for data processing work(can be realized in different operating system and without the program of environment The calling of energy, and in invoked procedure http can be used to select other types of host-host protocol as host-host protocol, Therefore autgmentability is higher.The method of network service is currently carried out by RPC agreements is, first writes service function in advance in service end Correlative code, and each service function will write a single functional interface and be used for by client call to perform phase The service function answered, functional parameter of the service end according to entrained by the RPC agreements that client is sent carry out respective service function and connect The calling of mouth, and then provide service to client.But by the service function quantity that service end is provided is a lot, it is therefore desirable to The functional interface total amount write is also relatively more, therefore the optimization in later stage and maintenance difficulties are larger, and when an error occurs It is difficult to position abnormal functional interface, and then reduce the efficiency of the progress later maintenance for service end.
As can be seen here, there is provided a kind of service end response method based on RPC agreements, to reduce answering for service end functional interface Miscellaneous degree, and then the maintenance efficiency to service end functional interface is improved, it is those skilled in the art's urgent problem to be solved.
The content of the invention
It is an object of the invention to provide a kind of service end response method, device and medium based on RPC agreements, reduces service The complexity of functional interface is held, and then improves the maintenance efficiency to service end functional interface.
In order to solve the above technical problems, the present invention provides a kind of service end response method based on RPC agreements, including:
The execution method and criteria for classification corresponding to service function are obtained, and is carried out according to criteria for classification to performing method Classify to obtain method class set;
Method class set is encapsulated as to the functional interface of RPC agreements;
Receive the required parameter transmitted by client;Wherein required parameter includes method class parameter and method parameter;
By functional interface analysis request parameter, goal approach class is obtained in method class set according to method class parameter, And goal approach is obtained in goal approach class according to method parameter;
Performance objective method with to client provide respective service.
Preferably, RPC agreements are specially JSON-RPC agreements;
Accordingly, the form of required parameter is specially JSON forms.
Preferably, the functional interface for method class set being encapsulated as to RPC agreements is specially:
Method class set is encapsulated as to the functional interface of corresponding RPC agreements according to the request type of client;
Accordingly, required parameter further comprises request type parameter;
Accordingly, before goal approach class is obtained in method class set according to method class parameter, this method is further wrapped Include:
According to request type parameter acquiring method class set.
Preferably, the set of method class is specially Java method class set.
Preferably, this method further comprises:
Pass through log record request parameter.
Preferably, goal approach is specially service end method for monitoring state.
In addition, the present invention also provides a kind of service end responding device based on RPC agreements, including:
Method class generation module, for obtaining execution method and criteria for classification corresponding to service function, and according to point Class standard is classified to execution method to obtain method class set;
Interface generation module, for method class set to be encapsulated as to the functional interface of RPC agreements;
Parameter receiving module, for receiving the required parameter transmitted by client;
Parameter analysis module, for by functional interface analysis request parameter, according to method class parameter in method class set Middle acquisition goal approach class, and goal approach is obtained in goal approach class according to method parameter;
Service execution module, for performance objective method with to client provide respective service.
Preferably, the device further comprises:
Logger module, for passing through log record request parameter.
In addition, the present invention also provides a kind of service end responding device based on RPC agreements, including memory, for storing Computer program;
Processor, the step of the service end response method based on RPC agreements as described above is realized during for performing computer program Suddenly.
In addition, the present invention also provides a kind of computer-readable recording medium, meter is stored with computer-readable recording medium Calculation machine program, the step of service end response method based on RPC agreements as described above is realized when computer program is executed by processor.
Service end response method provided by the present invention based on RPC agreements, by corresponding to the service function of service end Execution classification is method class set, is polymerize equivalent to execution method, and method class set is encapsulated as into RPC The functional interface of agreement.Accordingly, client includes the request of method class parameter and method parameter by being sent to service end Parameter, to ask service end to provide corresponding service.Service function compared to each service end in the prior art will be compiled Single functional interface is written as, this method carries out functional interface again after method corresponding to service function first is classified into polymerization Encapsulation, and then relatively reduce the quantity of interface, user only needs that a small amount of interface is managed and safeguarded, therefore improves pipe Reason and the efficiency safeguarded.Further, since the method in Same Way class is same type, therefore when interface breaks down, Being capable of the abnormal execution method of convenient effective positioning and execution related to the execution method in the method class belonging to failure Method, it is relative to improve malfunction elimination efficiency.In addition, the present invention also provides a kind of service end responding device based on RPC agreements And medium, beneficial effect are as described above.
Brief description of the drawings
In order to illustrate the embodiments of the present invention more clearly, the required accompanying drawing used in embodiment will be done simply below Introduce, it should be apparent that, drawings in the following description are only some embodiments of the present invention, for ordinary skill people For member, on the premise of not paying creative work, other accompanying drawings can also be obtained according to these accompanying drawings.
Fig. 1 is a kind of flow chart of the service end response method based on RPC agreements provided in an embodiment of the present invention;
Fig. 2 is a kind of service end responding device structure chart based on RPC agreements provided in an embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is carried out clear, complete Site preparation describes, it is clear that described embodiment is only part of the embodiment of the present invention, rather than whole embodiments.Based on this Embodiment in invention, for those of ordinary skill in the art under the premise of creative work is not made, what is obtained is every other Embodiment, belong to the scope of the present invention.
The core of the present invention is to provide a kind of service end response method based on RPC agreements, reduces service end functional interface Complexity, and then improve to the maintenance efficiency of service end functional interface.In addition, another core of the present invention is to provide one kind Service end responding device and medium based on RPC agreements.
In order that those skilled in the art more fully understand the present invention program, with reference to the accompanying drawings and detailed description The present invention is described in further detail.
Embodiment one
Fig. 1 is a kind of flow chart of the service end response method based on RPC agreements provided in an embodiment of the present invention.It refer to Fig. 1, the specific steps of the service end response method based on RPC agreements include:
Step S10:The execution method and criteria for classification corresponding to service function are obtained, and according to criteria for classification to performing Method is classified to obtain method class set.
It should be noted that the criteria for classification in this step can be classification is carried out according to the type of service function can also To be classified etc. according to the execution duration of service function, should by user according to the actual requirements depending on, be not specifically limited herein. Due to the corresponding execution method of each service function, therefore this step is classified to execution method, and then to every The management of method in individual class becomes apparent from efficiently.
Step S11:Method class set is encapsulated as to the functional interface of RPC agreements.
It is understood that the functional interface of RPC agreements is often carried out to each execution method in the prior art Encapsulation, and this method will be equivalent to carry out execution method polymerization forming method class, and then method class wrapper is assisted as RPC The functional interface of view, therefore compared to existing technology, the functional interface quantity obtained by this method is less, is easy to manage.
Step S12:Receive the required parameter transmitted by client.
Wherein required parameter includes method class parameter and method parameter.
This step is the operation of client application service end service, and client is by sending required parameter to inform service end The service that should be provided.Method parameter of the prior art frequently includes " method " method name, " params " method parameter, " id " Id information etc., and turn into method class because this method will perform Combination of Methods, therefore should also include in method parameter " methodclass " method class parameter, for positioning the method class specifically needed to use.
Step S13:By functional interface analysis request parameter, target is obtained in method class set according to method class parameter Method class, and goal approach is obtained in goal approach class according to method parameter.
It is understood that this step navigates to goal approach class from method class, and then positioned in goal approach class To goal approach, the goal approach that service end should perform is determined according to the order of level.
Step S14:Performance objective method with to client provide respective service.
In this step, server is provided by performing the goal approach accessed by above-mentioned steps with realizing to client The purpose of respective service.
Service end response method provided by the present invention based on RPC agreements, by corresponding to the service function of service end Execution classification is method class set, is polymerize equivalent to execution method, and method class set is encapsulated as into RPC The functional interface of agreement.Accordingly, client includes the request of method class parameter and method parameter by being sent to service end Parameter, to ask service end to provide corresponding service.Service function compared to each service end in the prior art will be compiled Single functional interface is written as, this method carries out functional interface again after method corresponding to service function first is classified into polymerization Encapsulation, and then relatively reduce the quantity of interface, user only needs that a small amount of interface is managed and safeguarded, therefore improves pipe Reason and the efficiency safeguarded.Further, since the method in Same Way class is same type, therefore when interface breaks down, Being capable of the abnormal execution method of convenient effective positioning and execution related to the execution method in the method class belonging to failure Method, it is relative to improve malfunction elimination efficiency.
Embodiment two
On the basis of above-described embodiment, as a preferred embodiment, RPC agreements are specially JSON-RPC associations View;
Accordingly, the form of required parameter is specially JSON forms.
It should be noted that JSON-RPC agreements are a kind of stateless and far call (RPC) agreement of lightweight, be with JSON is the remote call service of message format, and then the form of required parameter is specially JSON forms.The message of JSON forms The transmission bandwidth of occupancy is smaller, and is easy to the reading of client or service end, and JSON forms can be used for a variety of programmings in addition Language, there is higher autgmentability.
In addition, as a preferred embodiment, the functional interface that method class set is encapsulated as to RPC agreements is specific For:
Method class set is encapsulated as to the functional interface of corresponding RPC agreements according to the request type of client;
Accordingly, required parameter further comprises request type parameter;
Accordingly, before goal approach class is obtained in method class set according to method class parameter, this method is further wrapped Include:
According to request type parameter acquiring method class set.
It should be noted that the type for the service request initiated to service end due to client can be " GET " type or " POST " type etc., and also different for the method class corresponding to different request types, the purpose of the present embodiment be by Method class is further divided according to the difference of client request type, it is to be understood that is carried out for method class Further classification can more easily help user to navigate to specific execution method, so to each method class with And the management of the method in method class becomes apparent from efficiently.
In addition, as a preferred embodiment, method class set is specially Java method class set.
It should be noted that Java language is a kind of cross-platform, suitable for DCE OOP Language.Compatibility when multi-platform upper use is therefore integrated into using the method class of written in Java is higher, and Java language is Instantly popular programming language, the related talent is more abundant, therefore relatively low for the later stage optimization difficulty of Java method class set.
In addition, as a preferred embodiment, this method further comprises:
Pass through log record request parameter.
It is understood that after by log record request parameter, user can understand client each time according to daily record The particular content of required parameter when carrying out service request, and then understand the interaction scenario between client and server, when going out During existing service end customer in response end end service request failure, user can be relative to carry using the daily record as the foundation fixed a breakdown It is high for malfunction elimination and the efficiency of solution.
In addition, as a preferred embodiment, goal approach is specially service end method for monitoring state.
It should be noted that ensure that service end normal work is the basis for making service end provide all high-quality services, and And by the envelop of function that current service end is provided is more and more wider, therefore for the working condition and resource of service end itself Service condition also increasingly attracts people's attention.Client is by asking service end to call service end method for monitoring state can Acquire the current working condition of service end, and then user is capable of the working condition at monitoring service end in real time, to ensure that it has High availability.
Embodiment three
Hereinbefore it is described in detail for a kind of embodiment of the service end response method based on RPC agreements, The present invention also provides a kind of service end responding device based on RPC agreements, due to embodiment and the method part of device part Embodiment is mutually corresponding, therefore the embodiment of device part refers to the description of the embodiment of method part, wouldn't repeat here.
Fig. 2 is a kind of service end responding device structure chart based on RPC agreements provided in an embodiment of the present invention.Such as Fig. 2 institutes Show, a kind of service end responding device based on RPC agreements provided in an embodiment of the present invention, including:
Method class generation module 10, for obtaining execution method and criteria for classification corresponding to service function, and according to Criteria for classification is classified to execution method to obtain method class set.
Interface generation module 11, for method class set to be encapsulated as to the functional interface of RPC agreements.
Parameter receiving module 12, for receiving the required parameter transmitted by client.
Parameter analysis module 13, for by functional interface analysis request parameter, according to method class parameter in method class set Goal approach class is obtained in conjunction, and goal approach is obtained in goal approach class according to method parameter.
Service execution module 14, for performance objective method with to client provide respective service.
Service end responding device provided by the present invention based on RPC agreements, by corresponding to the service function of service end Execution classification is method class set, is polymerize equivalent to execution method, and method class set is encapsulated as into RPC The functional interface of agreement.Accordingly, client includes the request of method class parameter and method parameter by being sent to service end Parameter, to ask service end to provide corresponding service.Service function compared to each service end in the prior art will be compiled Single functional interface is written as, the present apparatus carries out functional interface again after method corresponding to service function first is classified into polymerization Encapsulation, and then relatively reduce the quantity of interface, user only needs that a small amount of interface is managed and safeguarded, therefore improves pipe Reason and the efficiency safeguarded.Further, since the method in Same Way class is same type, therefore when interface breaks down, Being capable of the abnormal execution method of convenient effective positioning and execution related to the execution method in the method class belonging to failure Method, it is relative to improve malfunction elimination efficiency.
On the basis of embodiment three, as a preferred embodiment, the device further comprises:
Logger module, for passing through log record request parameter.
Example IV
The present invention also provides a kind of service end responding device based on RPC agreements, including memory, for storing computer Program;
Processor, the step of the service end response method based on RPC agreements as described above is realized during for performing computer program Suddenly.
Service end responding device provided by the present invention based on RPC agreements, by corresponding to the service function of service end Execution classification is method class set, is polymerize equivalent to execution method, and method class set is encapsulated as into RPC The functional interface of agreement.Accordingly, client includes the request of method class parameter and method parameter by being sent to service end Parameter, to ask service end to provide corresponding service.Service function compared to each service end in the prior art will be compiled Single functional interface is written as, the present apparatus carries out functional interface again after method corresponding to service function first is classified into polymerization Encapsulation, and then relatively reduce the quantity of interface, user only needs that a small amount of interface is managed and safeguarded, therefore improves pipe Reason and the efficiency safeguarded.Further, since the method in Same Way class is same type, therefore when interface breaks down, Being capable of the abnormal execution method of convenient effective positioning and execution related to the execution method in the method class belonging to failure Method, it is relative to improve malfunction elimination efficiency.
The present invention also provides a kind of computer-readable recording medium, and computer journey is stored with computer-readable recording medium Sequence, the step of service end response method based on RPC agreements as described above is realized when computer program is executed by processor.
The computer-readable recording medium of service end response provided by the present invention based on RPC agreements, by service end Execution classification corresponding to service function is method class set, is polymerize equivalent to execution method, and general side Method class set is encapsulated as the functional interface of RPC agreements.Accordingly, client by service end send include method class parameter with And the required parameter of method parameter, to ask service end to provide corresponding service.Compared to each service end in the prior art Service function will be written as single functional interface, this computer-readable recording medium is first by method corresponding to service function The encapsulation of functional interface is carried out again after being classified polymerization, and then relatively reduces the quantity of interface, and user is only needed to a small amount of Interface is managed and safeguarded, therefore improves management and the efficiency safeguarded.Further, since the method in Same Way class is Same type, therefore when interface breaks down, convenient in the method class belonging to failure can effectively position abnormal hold Row method and execution method related to the execution method, it is relative to improve malfunction elimination efficiency.
A kind of service end response method, device and medium based on RPC agreements provided by the present invention are carried out above It is discussed in detail.Each embodiment is described by the way of progressive in specification, what each embodiment stressed be and other The difference of embodiment, between each embodiment identical similar portion mutually referring to.For device disclosed in embodiment For, because it is corresponded to the method disclosed in Example, so description is fairly simple, related part is said referring to method part It is bright.It should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention, Some improvement and modification can also be carried out to the present invention, these are improved and modification also falls into the protection domain of the claims in the present invention It is interior.
It should also be noted that, in this manual, such as first and second or the like relational terms be used merely to by One entity or operation make a distinction with another entity or operation, and not necessarily require or imply these entities or operation Between any this actual relation or order be present.Moreover, term " comprising ", "comprising" or its any other variant meaning Covering including for nonexcludability, so that process, method, article or equipment including a series of elements not only include that A little key elements, but also the other element including being not expressly set out, or also include for this process, method, article or The intrinsic key element of equipment.In the absence of more restrictions, the key element limited by sentence "including a ...", is not arranged Except other identical element in the process including the key element, method, article or equipment being also present.

Claims (10)

  1. A kind of 1. service end response method based on RPC agreements, it is characterised in that including:
    The execution method and criteria for classification corresponding to service function are obtained, and according to the criteria for classification to the execution method Classified to obtain method class set;
    Methods described class set is encapsulated as to the functional interface of RPC agreements;
    Receive the required parameter transmitted by client;Wherein described required parameter includes method class parameter and method parameter;
    The required parameter is analyzed by the functional interface, obtained according to methods described class parameter in methods described class set Goal approach class, and goal approach is obtained in the goal approach class according to methods described parameter;
    The goal approach is performed to provide respective service to the client.
  2. 2. according to the method for claim 1, it is characterised in that the RPC agreements are specially JSON-RPC agreements;
    Accordingly, the form of the required parameter is specially JSON forms.
  3. 3. according to the method for claim 1, it is characterised in that described that methods described class set is encapsulated as RPC agreements Functional interface is specially:
    The function that methods described class set is encapsulated as to the corresponding RPC agreements according to the request type of the client connects Mouthful;
    Accordingly, the required parameter further comprises request type parameter;
    Accordingly, it is described goal approach class is obtained in methods described class set according to methods described class parameter before, this method Further comprise:
    According to the request type parameter acquiring methods described class set.
  4. 4. according to the method for claim 1, it is characterised in that methods described class set is specially Java method class set.
  5. 5. according to the method for claim 1, it is characterised in that this method further comprises:
    Pass through required parameter described in log recording.
  6. 6. according to the method described in claim 1-5 any one, it is characterised in that the goal approach is specially service end shape State monitoring method.
  7. A kind of 7. service end responding device based on RPC agreements, it is characterised in that including:
    Method class generation module, for obtaining execution method and criteria for classification corresponding to service function, and according to described point Class standard is classified to the execution method to obtain method class set;
    Interface generation module, for methods described class set to be encapsulated as to the functional interface of RPC agreements;
    Parameter receiving module, for receiving the required parameter transmitted by client;
    Parameter analysis module, for analyzing the required parameter by the functional interface, according to methods described class parameter in institute Acquisition goal approach class in method class set is stated, and target side is obtained in the goal approach class according to methods described parameter Method;
    Service execution module, for perform the goal approach with to the client provide respective service.
  8. 8. device according to claim 7, it is characterised in that the device further comprises:
    Logger module, for passing through required parameter described in log recording.
  9. 9. a kind of service end responding device based on RPC agreements, it is characterised in that including memory, for storing computer journey Sequence;
    Processor, realize during for performing the computer program as described in any one of claim 1 to 6 based on RPC agreements Service end response method the step of.
  10. 10. a kind of computer-readable recording medium, it is characterised in that be stored with computer on the computer-readable recording medium Program, when the computer program is executed by processor realize as described in any one of claim 1 to 6 based on RPC agreements The step of service end response method.
CN201710852642.8A 2017-09-19 2017-09-19 A kind of service end response method, device and medium based on RPC agreements Pending CN107592359A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710852642.8A CN107592359A (en) 2017-09-19 2017-09-19 A kind of service end response method, device and medium based on RPC agreements

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710852642.8A CN107592359A (en) 2017-09-19 2017-09-19 A kind of service end response method, device and medium based on RPC agreements

Publications (1)

Publication Number Publication Date
CN107592359A true CN107592359A (en) 2018-01-16

Family

ID=61047384

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710852642.8A Pending CN107592359A (en) 2017-09-19 2017-09-19 A kind of service end response method, device and medium based on RPC agreements

Country Status (1)

Country Link
CN (1) CN107592359A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110162389A (en) * 2019-05-15 2019-08-23 广州视源电子科技股份有限公司 Application program starting method and device and intelligent interaction equipment
CN110300082A (en) * 2018-03-21 2019-10-01 腾讯科技(深圳)有限公司 A kind of interface creation method, device and storage medium
CN111200573A (en) * 2018-11-16 2020-05-26 迈普通信技术股份有限公司 RPC request calling method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923485A (en) * 2009-06-17 2010-12-22 大唐软件技术股份有限公司 JACA remote invocation method in CORBA (Common Object Request Breaker Architecture) system
CN105242925A (en) * 2015-09-30 2016-01-13 浪潮电子信息产业股份有限公司 Polymorphic Module Integration Interface
CN106998343A (en) * 2016-01-26 2017-08-01 阿里巴巴集团控股有限公司 A kind of remote procedure call processing method, apparatus and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923485A (en) * 2009-06-17 2010-12-22 大唐软件技术股份有限公司 JACA remote invocation method in CORBA (Common Object Request Breaker Architecture) system
CN105242925A (en) * 2015-09-30 2016-01-13 浪潮电子信息产业股份有限公司 Polymorphic Module Integration Interface
CN106998343A (en) * 2016-01-26 2017-08-01 阿里巴巴集团控股有限公司 A kind of remote procedure call processing method, apparatus and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
北京超图软件股份有限公司: "多重服务聚合的任务分派", 《HTTP://WWW.WCTDT.COM/ISERVER/HELP/HTML/SUBJECT_INTRODUCE/AGGREGATION/AGGAPPLY/2_MULTIAGGASSIGN.HTM》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110300082A (en) * 2018-03-21 2019-10-01 腾讯科技(深圳)有限公司 A kind of interface creation method, device and storage medium
CN110300082B (en) * 2018-03-21 2022-03-08 腾讯科技(深圳)有限公司 Interface generation method and device and storage medium
CN111200573A (en) * 2018-11-16 2020-05-26 迈普通信技术股份有限公司 RPC request calling method and device
CN110162389A (en) * 2019-05-15 2019-08-23 广州视源电子科技股份有限公司 Application program starting method and device and intelligent interaction equipment

Similar Documents

Publication Publication Date Title
CN106131213B (en) Service management method and system
CN104581785B (en) wireless network test method, test device and mobile terminal
US10310594B2 (en) Knowledge base in virtual mobile management
CN103716356B (en) Storing process operating method, device and system based on web
CN111988199B (en) IMS (IP multimedia subsystem) signaling analysis system and method for power switching network
CN108337236A (en) A kind of gRPC call methods and device based on Protobuf and HTTP/1.1
CN107592359A (en) A kind of service end response method, device and medium based on RPC agreements
CN106375458A (en) Service call system, method and device
US8027435B2 (en) Method and system for protocol embedded automated test control
CN107241315A (en) Cut-in method, device and the computer-readable recording medium of bank's gateway interface
CN105183299A (en) Human-computer interface service processing system and method
CN108683704A (en) A kind of Socket network communications test method and its system, storage medium
CN104967644A (en) Message push method, apparatus and system
CN110347374A (en) A kind of encapsulation of rich client business service and calling system, method and apparatus
CN108206864B (en) Vehicle information synchronization real-time query system and information synchronization method based on WeChat
CN107483297A (en) To the actively monitoring system and method for institute's bearer service quality on embedded device
CN108900627A (en) A kind of network request method, terminal installation and storage medium
CN101997721A (en) System, method and corresponding device for managing telecommunication network
CN102984272B (en) A kind of system of remote control mobile terminal communication capacity and method thereof
Bo et al. Development of Web-Telecom based hybrid services orchestration and execution middleware over convergence networks
CN106357713A (en) Remote procedure call realizing method, client side device and server device
CN109218354A (en) Model loading method, device, storage medium and computer equipment
CN109327530A (en) A kind of information processing method, device, electronic equipment and storage medium
CN103905484A (en) Method of processing hyper text transport protocol (HTTP) requests and device
CN109194706A (en) Internet resources dial testing method and terminal

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: 20180116

RJ01 Rejection of invention patent application after publication