Package org.mortbay.jetty.grizzly

Class Summary
GrizzlyConnector  
GrizzlyConnectorAdapter Simple connector that disable Grizzly's SelectorThread ServerSocketChannel.
GrizzlyEndPoint  
GrizzlySocketChannel  
JettyEmbedder Start Jetty embedded in GlassFish.
JettyMultiSelectorThread Specialized SelectorThread that only handle OP_READ.
JettyPipeline Wrapper around Jetty's BoundedThreadPool Pool.
JettyProcessorTask Delegate the processing of the request to a GrizzlyEndPoint
JettyProtocolFinder A ProtocolFinder implementation that parse the available SocketChannel bytes looking for the 'http' bytes.
JettyProtocolHandler Simple Protocol handler that redirect http request from GlassFish to Jetty.
JettyReadTask Prepare the SocketChannel for reading, and delegates the parsing works to the JettyProcessorTask
JettySelectorThread Extend the default Grizzly implementation to allow the customization of Task used by the Jetty back-end
JettyStreamAlgorithm  
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.