JP4575980B2 - コンピュータシステムにおける通信のための方法、システム、及びコンピュータプログラム - Google Patents
コンピュータシステムにおける通信のための方法、システム、及びコンピュータプログラム Download PDFInfo
- Publication number
- JP4575980B2 JP4575980B2 JP2008500165A JP2008500165A JP4575980B2 JP 4575980 B2 JP4575980 B2 JP 4575980B2 JP 2008500165 A JP2008500165 A JP 2008500165A JP 2008500165 A JP2008500165 A JP 2008500165A JP 4575980 B2 JP4575980 B2 JP 4575980B2
- Authority
- JP
- Japan
- Prior art keywords
- application
- request
- client
- socket
- identifier
- 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
- 238000004891 communication Methods 0.000 title claims description 65
- 238000000034 method Methods 0.000 title claims description 18
- 238000004590 computer program Methods 0.000 title 1
- 230000004044 response Effects 0.000 claims description 13
- 230000006870 function Effects 0.000 claims description 8
- 238000012544 monitoring process Methods 0.000 claims description 6
- 238000012546 transfer Methods 0.000 claims description 6
- 238000012545 processing Methods 0.000 description 8
- 230000008569 process Effects 0.000 description 7
- 230000005540 biological transmission Effects 0.000 description 4
- 238000007726 management method Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000001902 propagating effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
-
- 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/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer And Data Communications (AREA)
- Communication Control (AREA)
Description
以下の説明において、本明細書の一部を成し、本発明のいくつかの実施形態を例証する添付の図面を参照する。他の実施形態を利用することができること、並びに構造上及び操作上の変更を成すことができることが理解される。
4:クライアント・マシン
6:ネットワーク
8:クライアント・アプリケーション
10:アプリケーション
12:HTTP要求
14a、14n:ポート
16:待ち受けポート
18:HTTPサーバ
20:ソケット
22:アプリケーション・レジストリ
50:アプリケーション・レジストリ・エントリ
52:URI
56:コールバック関数
Claims (8)
- 第1の通信プロトコルでネットワークを介してクライアントから要求を受け取るステッ
プと、
前記要求が、データ構造内に示されたアプリケーションの識別子を含むという判定に応答して、該識別子によって識別された前記アプリケーションと前記クライアントとの間の通信を可能にするソケットを作成するステップと、
前記アプリケーションが前記ネットワークを介して第2の通信プロトコルを用いて前記クライアントと通信することを可能にするために、要求されたリソースに関連する前記アプリケーションに対して前記ソケットを提供するステップと、
前記第2の通信プロトコル及び前記提供されたソケットを用いて、前記要求に対する応答を前記アプリケーションによって伝送するステップと
を含む、方法。 - 第1の通信プロトコルでネットワークを介してクライアントから要求を受け取るステップと、
前記要求が、データ構造内に示されたアプリケーションの識別子を含むという判定に応答して、該識別子によって識別された前記アプリケーションと前記クライアントとの間の通信を可能にするソケットを作成するステップと、
前記アプリケーションが前記ネットワークを介して第2の通信プロトコルを用いて前記クライアントと通信することを可能にするために、要求されたリソースに関連する前記アプリケーションに対して前記ソケットを提供するステップと、
前記要求が前記データ構造内に示されるアプリケーションの識別子を含まないという判定に応答して、前記クライアントからの前記要求を第1の通信プロトコル・サーバに渡すステップと
を含む、方法。 - 前記第1の通信プロトコルがハイパーテキスト転送プロトコル(HTTP)プロトコルを含み、前記サーバがHTTPサーバを含み、前記識別子が統一資源識別子(URI)を含み、前記第2の通信プロトコルがHTTP以外のアプリケーション層プロトコルを含む、請求項2に記載の方法。
- 前記要求が、HTTPのGET又はPOST要求を含む、請求項3に記載の方法。
- 前記要求がデータ構造内に示されたアプリケーションの識別子を含むという前記判定が、該要求内に含まれる該識別子に対する登録された関数があるかどうかを判定するステップを含み、且つ前記アプリケーションに対して前記ソケットを提供する前記ステップが、前記生成されたソケットによって前記登録された関数を呼び出すステップを含む、請求項1又は請求項2に記載の方法。
- 前記クライアントから前記アプリケーションへのさらなる通信が、前記第2の通信プロトコルを用いて前記ソケットを通じて生じる、請求項1又は請求項2に記載の方法。
- 監視スレッド上で前記第1の通信プロトコルでの要求についてポートを監視するステップと、
1つのアプリケーションが前記要求されたリソースと関連するという判定に応答して前記ソケットを生成し、前記アプリケーションに該ソケットを提供するために、付加的なスレッドを生み出すステップと、
をさらに含む、請求項1又は請求項2に記載の方法。 - ネットワークを介してクライアントと通信するシステムであって、
プロセッサと、
前記プロセッサと通信し、且つデータ構造を含むメモリと、
プログラムのコードを含むコンピュータ可読媒体とを含み、前記プログラムが前記コンピュータに、
(i)第1の通信プロトコルで前記ネットワークを介して前記クライアントから要求を受け取るステップと、
(ii)前記要求が、前記データ構造内に示されたアプリケーションの識別子を含むという判定に応答して、該識別子によって識別された前記アプリケーションと前記クライアントとの間の通信を可能にするソケットをメモリ内で作成するステップと、
(iii)前記アプリケーションが前記ネットワークを介して第2の通信プロトコルを用いて前記クライアントと通信することを可能にするために、前記要求されたリソースに関連する前記アプリケーションに対して前記ソケットを提供するステップと、
(iv)前記要求が前記データ構造内に示されるアプリケーションの識別子を含まないという判定に応答して、前記クライアントからの前記要求を第1の通信プロトコル・サーバに渡すステップと
を実行させるプログラムのコードを含む記録媒体と
を含む、システム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/076,609 US7945676B2 (en) | 2005-03-10 | 2005-03-10 | Processing requests transmitted using a first communication protocol directed to an application that uses a second communication protocol |
PCT/EP2006/060263 WO2006094909A1 (en) | 2005-03-10 | 2006-02-24 | Method for communication between an application and a client |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2008533784A JP2008533784A (ja) | 2008-08-21 |
JP2008533784A5 JP2008533784A5 (ja) | 2010-09-09 |
JP4575980B2 true JP4575980B2 (ja) | 2010-11-04 |
Family
ID=36384506
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008500165A Active JP4575980B2 (ja) | 2005-03-10 | 2006-02-24 | コンピュータシステムにおける通信のための方法、システム、及びコンピュータプログラム |
Country Status (10)
Country | Link |
---|---|
US (2) | US7945676B2 (ja) |
EP (1) | EP1859597B1 (ja) |
JP (1) | JP4575980B2 (ja) |
CN (1) | CN101138219B (ja) |
AT (1) | ATE410019T1 (ja) |
BR (1) | BRPI0606263B1 (ja) |
CA (1) | CA2600710C (ja) |
DE (1) | DE602006002970D1 (ja) |
MX (1) | MX2007010921A (ja) |
WO (1) | WO2006094909A1 (ja) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7945676B2 (en) * | 2005-03-10 | 2011-05-17 | International Business Machines Corporation | Processing requests transmitted using a first communication protocol directed to an application that uses a second communication protocol |
US7877507B2 (en) * | 2008-02-29 | 2011-01-25 | Red Hat, Inc. | Tunneling SSL over SSH |
US8527774B2 (en) * | 2009-05-28 | 2013-09-03 | Kaazing Corporation | System and methods for providing stateless security management for web applications using non-HTTP communications protocols |
EP2273748A1 (en) * | 2009-07-09 | 2011-01-12 | Gemalto SA | Method of managing an application embedded in a secured electronic token |
US9785482B2 (en) * | 2010-09-17 | 2017-10-10 | Oracle International Corporation | System and method for extending a web service environment to support scalable asynchronous clients |
KR101750557B1 (ko) * | 2010-10-06 | 2017-06-23 | 엘지전자 주식회사 | 화상통화를 위한 사용자 인터페이스 제공방법 및 그 방법을 이용한 화상 통화 장치 |
CN103297384A (zh) * | 2012-02-22 | 2013-09-11 | 航天信息股份有限公司 | 协议转换的通信方法及系统 |
US20130282803A1 (en) * | 2012-04-18 | 2013-10-24 | Microsoft Corporation | Engaging session elements in conference sessions |
US8930316B2 (en) | 2012-10-15 | 2015-01-06 | Oracle International Corporation | System and method for providing partition persistent state consistency in a distributed data grid |
GB2520976A (en) * | 2013-12-05 | 2015-06-10 | Ibm | Correct port identification in a network host connection |
US20150199094A1 (en) * | 2014-01-10 | 2015-07-16 | Robert Bosch Gmbh | Device for controlling a graphic user interface |
CN104468549B (zh) * | 2014-11-28 | 2018-01-23 | 北京奇虎科技有限公司 | 客户端操作请求响应方法、装置和服务器 |
US10110560B2 (en) * | 2015-08-07 | 2018-10-23 | Avaya Inc. | Management for communication ports |
CN109254855B (zh) * | 2018-08-29 | 2022-06-03 | 北京奇艺世纪科技有限公司 | 一种参数传输协议的注册方法、装置及电子设备 |
CN111552488B (zh) * | 2019-02-11 | 2022-07-05 | 福建省天奕网络科技有限公司 | H5跨引擎客户端数据自动化更新的方法、存储介质 |
Family Cites Families (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5537417A (en) * | 1993-01-29 | 1996-07-16 | International Business Machines Corporation | Kernel socket structure for concurrent multiple protocol access |
US5918018A (en) | 1996-02-09 | 1999-06-29 | Secure Computing Corporation | System and method for achieving network separation |
US5913024A (en) | 1996-02-09 | 1999-06-15 | Secure Computing Corporation | Secure server utilizing separate protocol stacks |
US6389464B1 (en) | 1997-06-27 | 2002-05-14 | Cornet Technology, Inc. | Device management system for managing standards-compliant and non-compliant network elements using standard management protocols and a universal site server which is configurable from remote locations via internet browser technology |
US6609159B1 (en) * | 1998-11-30 | 2003-08-19 | Semyon Dukach | Methods, systems, and machine readable programming for interposing front end servers between servers and clients |
US6785730B1 (en) | 1999-02-16 | 2004-08-31 | Rebecca S. Taylor | Generic communications protocol translator |
US6882659B1 (en) | 1999-09-20 | 2005-04-19 | Telefonaktiebolaget Lm Ericsson (Publ) | Wide area network synchronization |
US6728884B1 (en) | 1999-10-01 | 2004-04-27 | Entrust, Inc. | Integrating heterogeneous authentication and authorization mechanisms into an application access control system |
AU2001266497A1 (en) | 2000-06-21 | 2002-01-02 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and system for selecting transmission means |
NZ506411A (en) | 2000-08-17 | 2003-05-30 | Compudigm Int Ltd | Translation of data streams between protocols for transmission through firewalls |
FR2819131B1 (fr) | 2000-12-28 | 2003-02-07 | Bull Cp8 | Procede et architecture de communication entre un serveur et un equipement de telephonie mobile via un reseau de type internet et un reseau de telephonie mobile |
US7017162B2 (en) * | 2001-07-10 | 2006-03-21 | Microsoft Corporation | Application program interface for network software platform |
JP2003030064A (ja) | 2001-07-10 | 2003-01-31 | Hirotomo Okazawa | ネットワークシステム及び通信方法 |
US7543067B2 (en) * | 2001-08-01 | 2009-06-02 | Canon Kabushiki Kaisha | Flexible secure network data transfer and messaging |
US7222152B1 (en) * | 2001-10-01 | 2007-05-22 | Microsoft Corporation | Generic communications framework |
US20030172127A1 (en) * | 2002-02-06 | 2003-09-11 | Northrup Charles J. | Execution of process by references to directory service |
JP4136738B2 (ja) * | 2002-03-25 | 2008-08-20 | 株式会社リコー | Webサービス機能を有する画像形成装置 |
JP3782981B2 (ja) | 2002-04-26 | 2006-06-07 | インターナショナル・ビジネス・マシーンズ・コーポレーション | セッション中継システム、クライアント端末、セッション中継方法、リモートアクセス方法、セッション中継プログラム及びクライアントプログラム |
US7305546B1 (en) * | 2002-08-29 | 2007-12-04 | Sprint Communications Company L.P. | Splicing of TCP/UDP sessions in a firewalled network environment |
JP2004192358A (ja) | 2002-12-11 | 2004-07-08 | Hitachi East Japan Solutions Ltd | 端末とセンタ側の装置との間で送受信を行うための双方向通信方式および双方向通信のためのプログラム |
DE10260926B4 (de) | 2002-12-20 | 2005-12-01 | Hewlett-Packard Development Co., L.P., Houston | Kommunikationsverfahren |
US7694140B1 (en) * | 2003-12-30 | 2010-04-06 | Sap Ag | Web service client extensions |
JP2005309974A (ja) | 2004-04-23 | 2005-11-04 | Nippon Telegr & Teleph Corp <Ntt> | ネットワーク装置、ネットワーク装置を用いた認証方法、認証プログラム、および記録媒体 |
US8954590B2 (en) * | 2004-04-27 | 2015-02-10 | Sap Ag | Tunneling apparatus and method for client-server communication |
US7734829B2 (en) * | 2004-06-09 | 2010-06-08 | Emc Corporation | Methods, systems, and computer program products for transparently controlling communications between network applications and a plurality of network communications protocol stacks using deferred protocol stack association |
US7945676B2 (en) * | 2005-03-10 | 2011-05-17 | International Business Machines Corporation | Processing requests transmitted using a first communication protocol directed to an application that uses a second communication protocol |
US8316228B2 (en) * | 2008-12-17 | 2012-11-20 | L-3 Communications Corporation | Trusted bypass for secure communication |
US8635632B2 (en) * | 2009-10-21 | 2014-01-21 | International Business Machines Corporation | High performance and resource efficient communications between partitions in a logically partitioned system |
-
2005
- 2005-03-10 US US11/076,609 patent/US7945676B2/en active Active
-
2006
- 2006-02-24 WO PCT/EP2006/060263 patent/WO2006094909A1/en active IP Right Grant
- 2006-02-24 AT AT06708506T patent/ATE410019T1/de not_active IP Right Cessation
- 2006-02-24 EP EP06708506A patent/EP1859597B1/en active Active
- 2006-02-24 MX MX2007010921A patent/MX2007010921A/es active IP Right Grant
- 2006-02-24 JP JP2008500165A patent/JP4575980B2/ja active Active
- 2006-02-24 CN CN200680007557.1A patent/CN101138219B/zh active Active
- 2006-02-24 BR BRPI0606263A patent/BRPI0606263B1/pt active IP Right Grant
- 2006-02-24 CA CA2600710A patent/CA2600710C/en active Active
- 2006-02-24 DE DE602006002970T patent/DE602006002970D1/de active Active
-
2011
- 2011-03-09 US US13/044,482 patent/US8510376B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
EP1859597A1 (en) | 2007-11-28 |
EP1859597B1 (en) | 2008-10-01 |
MX2007010921A (es) | 2007-10-15 |
ATE410019T1 (de) | 2008-10-15 |
CA2600710C (en) | 2014-02-04 |
BRPI0606263B1 (pt) | 2019-02-05 |
CN101138219A (zh) | 2008-03-05 |
US20110161412A1 (en) | 2011-06-30 |
BRPI0606263A2 (pt) | 2009-06-09 |
JP2008533784A (ja) | 2008-08-21 |
US8510376B2 (en) | 2013-08-13 |
WO2006094909A1 (en) | 2006-09-14 |
US20060206614A1 (en) | 2006-09-14 |
DE602006002970D1 (de) | 2008-11-13 |
US7945676B2 (en) | 2011-05-17 |
CA2600710A1 (en) | 2006-09-14 |
CN101138219B (zh) | 2010-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4575980B2 (ja) | コンピュータシステムにおける通信のための方法、システム、及びコンピュータプログラム | |
US11991153B2 (en) | Systems and methods for providing communications between on-premises servers and remote devices | |
US10230763B2 (en) | Application layer-based single sign on | |
US9756135B2 (en) | Accessing network services from external networks | |
US8438260B2 (en) | Sharing a port with multiple processes | |
US20100218248A1 (en) | Redirection of secure data connection requests | |
US10298627B2 (en) | Concentration of independent tunneled encapsulated media | |
US20060031407A1 (en) | System and method for remote network access | |
JP2018518862A (ja) | グローバル仮想ネットワーク(gvn)において仮想インタフェースとアドバンストスマートルーティングとを提供するためのシステム及び方法 | |
JP2002190821A (ja) | 通信振り分け制御方法および制御装置 | |
US9100369B1 (en) | Secure reverse connectivity to private network servers | |
CN107205026A (zh) | 一种点对点数据传输方法及系统 | |
US20070226745A1 (en) | Method and system for processing a service request | |
EP3488581A1 (en) | Efficient transport of encapsulated media traffic over a datagram based transport layer | |
US7904536B2 (en) | Method and system for remote management of customer servers | |
US10701144B2 (en) | Decentralized discovery across different networks | |
Tan et al. | Bridging organizational network boundaries on the grid | |
CN113612813B (zh) | 分布式跨网络访问方法、装置、系统及存储介质 | |
CN116647598A (zh) | 一种跨网数据交换方法、装置、系统、服务器及存储介质 | |
CA2323221A1 (en) | Method and apparatus for data communication between a plurality of parties |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081217 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20081217 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100723 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20100723 |
|
TRDD | Decision of grant or rejection written | ||
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20100810 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20100817 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100820 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4575980 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130827 Year of fee payment: 3 |