📄 htdemux.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -