简体   繁体   English

Java Servlet过滤器和Jetty过滤器有什么区别?

[英]What is the difference between Java Servlet Filters and Jetty Filters?

Java Servlet Filters和Jetty QoS Filter&DoS过滤器有什么区别?

The Jetty QoS Filter and DoS Filter are Java Servlet Filters. Jetty QoS过滤器和DoS过滤器是Java Servlet过滤器。

The only thing is that they are aware of and use internal Jetty features to do what they need to do. 唯一的事情是他们知道并使用内部Jetty功能来完成他们需要做的事情。 (namely some manipulation of the low level network behavior at the Jetty internal EndPoint) (即对Jetty内部EndPoint的低级网络行为进行一些操作)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM