?? 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 + -