src/share/classes/com/sun/net/httpserver/HttpContext.java

Print this page

        

*** 38,47 **** --- 38,48 ---- * <p> * A chain of {@link Filter} objects can be added to a HttpContext. All exchanges processed by the * context can be pre- and post-processed by each Filter in the chain. * @since 1.6 */ + @jdk.Supported public abstract class HttpContext { protected HttpContext () { }