[jboss-as7-dev] Consolidating ports under 80/443

Remy Maucherat rmaucher at redhat.com
Sat May 19 13:11:40 EDT 2012


On Fri, 2012-05-18 at 13:24 -0400, Scott Stark wrote:
> How does control of processing the socket transfer from web tier to
> the associated service executor/thread pool? Won't there need to be
> some kind of integration with the upgrade processing?

The upgrade callback allows access to the socket streams (without any
HTTP encoding, obviously) and async IO, but the whole thing remains
managed in the Servlet container. Servlet 3.1 will (likely) have a
similar upgrade callback with added async IO API.

-- 
Remy Maucherat <rmaucher at redhat.com>
Red Hat Inc



More information about the jboss-as7-dev mailing list