Difference between revisions of "Midware Components Reference"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|- | |- | ||
| [[image:TClientWSocket.gif]] [[Midware_TClientWSocket | TClientWSocket]] |||| TClientWSocket is a specialized TWSocket used to handle client connection with application server. | | [[image:TClientWSocket.gif]] [[Midware_TClientWSocket | TClientWSocket]] |||| TClientWSocket is a specialized TWSocket used to handle client connection with application server. | ||
+ | |- | ||
+ | | [[image:TMWBuffer.gif]] [[Midware_TMWBuffer | TMWBuffer]] |||| TMWBuffer if a very important component in MidWare technology. TMWBuffer implement data storage and formatting for transmission. Data echanged between client and server is exactly TMWBuffer content, byte for byte. | ||
|} | |} |
Revision as of 09:07, 5 May 2011
Main page -> Midware component reference
TAppServer | Communication kernel for all MidWare application servers. | |
TAppSrvClient | Client side component to connect to the application server. | |
TClientWSocket | TClientWSocket is a specialized TWSocket used to handle client connection with application server. | |
File:TMWBuffer.gif TMWBuffer | TMWBuffer if a very important component in MidWare technology. TMWBuffer implement data storage and formatting for transmission. Data echanged between client and server is exactly TMWBuffer content, byte for byte. |