A pluggable MIME filter is an asynchronous pluggable protocol that receives data through a stream, performs some operation on the data, and returns a data stream.
可插MIME过滤器是一个接收流的异步可插协议,执行一些数据操作并且返回数据流。
A servlet filter handles the entire protocol.
一个servlet过滤器会处理整个协议。
A pluggable MIME filter is essentially an asynchronous pluggable protocol handler that implements an IInternetProtocolSink interface.
一个可插的MIME过滤器本质上只是一个实现了 IInternetProtocolSink接口的异步可插处理器。
应用推荐