HttpContext instances are created by the create methods in HttpServer and HttpsServer
A chain of {@link Filter} objects can be added to a HttpContext. All exchanges processed by thecontext can be pre- and post-processed by each Filter in the chain. @since 1.6
|
|
|
|