| A ProtocolFinder implementation that parse the available
SocketChannel bytes looking for the 'http' bytes. An http request will
always has the form of:
METHOD URI PROTOCOL/VERSION
example: GET / HTTP/1.1
The algorithm will try to find the protocol token. Once found, the request
will be redirected from Grizzly embedded in GlassFish to Jetty.
author: Jeanfrancois Arcand |