OpenVXI

Readme
SpeechWorks Public License
Release Notes
Build and Install Instructions

Configuration and Run Instructions
Architecture Description

Copyright (c) 1998-2001 SpeechWorks International, Inc. All Rights Reserved.


 

OSBinet

OSBinet implementation of VXIinet
o OSBINET_USER_AGENT_NAME_DEFAULT
Default value for the User Agent Name parameter of OSBinetInit()
o OSBinetInit
Global platform initialization of OSBinet
o OSBinetShutDown
Global platform shutdown of OSBinet
o OSBinetCreateResource
Create a new inet service handle
o OSBinetDestroyResource
Destroy the interface and free internal resources.
OSBinet interface, and implementation of the VXIinet abstract interface for Internet functionality including HTTP requests, local file access, URL caching, memory buffer caching, and cookie access.

The interface is a synchronous interface based on the ANSI/ISO C standard file I/O interface, the only exception is that pre-fetches are asynchronous. The client of the interface may use this in an asynchronous manner by using non-blocking I/O operations, creating threads, or by invoking this from a separate server process.

This implementation currently does NOT support INET_MODE_WRITE for http:// access (HTTP PUT), and only supports http://, file://, and OS dependant paths.

There is one Internet interface per thread/line.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.