htdemux.h
来自「www工具包」· C头文件 代码 · 共 56 行
H
56 行
/* W3C Sample Code Library Socket Reader Stream! Demultiplexing Stream!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*The MUX Reader Stream is an input stream which knows how to demultiplex a MUX channel. It is part of theTransport interface and may be registered aspart of a Transport Object. The applicationcan initialize this stream together with theHTMuxTx stream, for example. In thedefault initialization module, you can find theHTTransportInit() function which sets up this stream as a defaulttransport for handling socket read operations.This module is implemented by HTMuxRx.c, and it isa part of the W3C Sample CodeLibrary.*/#ifndef HTMUXRX_H#define HTMUXRX_H#include "HTStream.h"#include "HTMuxCh.h"/**/extern HTStream * HTDemux_new (HTHost * host, HTMuxChannel * muxch);/**/#endif/* @(#) $Id: HTDemux.html,v 2.3 1998/05/14 02:10:21 frystyk Exp $*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?