org.mortbay.jetty.grizzly
Class JettyProtocolHandler

java.lang.Object
  extended by org.mortbay.jetty.grizzly.JettyProtocolHandler

public class JettyProtocolHandler
extends Object

Simple Protocol handler that redirect http request from GlassFish to Jetty.

Author:
Jeanfrancois Arcand

Constructor Summary
JettyProtocolHandler()
          Creates a new instance of JettyProtocolHandler
 
Method Summary
 String[] getProtocols()
           
 void handle(ProtocolInfo protocolInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyProtocolHandler

public JettyProtocolHandler()
Creates a new instance of JettyProtocolHandler

Method Detail

getProtocols

public String[] getProtocols()

handle

public void handle(ProtocolInfo protocolInfo)
            throws IOException
Throws:
IOException


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.