org.resteasy.plugins.server.grizzly
Class GrizzlyHttpDispatcher

java.lang.Object
  extended by org.resteasy.plugins.server.grizzly.AbstractGrizzlyDispatcher
      extended by org.resteasy.plugins.server.grizzly.GrizzlyHttpDispatcher

public class GrizzlyHttpDispatcher
extends AbstractGrizzlyDispatcher

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.resteasy.plugins.server.grizzly.AbstractGrizzlyDispatcher
contextPath, dispatcher
 
Constructor Summary
GrizzlyHttpDispatcher(ResteasyProviderFactory providerFactory, ResourceMethodRegistry registry, java.lang.String contextPath)
           
 
Method Summary
protected  HttpResponse createHttpResponse(com.sun.grizzly.tcp.http11.GrizzlyResponse response)
           
 void service(com.sun.grizzly.tcp.http11.GrizzlyRequest request, com.sun.grizzly.tcp.http11.GrizzlyResponse response)
           
 
Methods inherited from class org.resteasy.plugins.server.grizzly.AbstractGrizzlyDispatcher
getDispatcher, getPathInfo, getRequestURL, invokeJaxrs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyHttpDispatcher

public GrizzlyHttpDispatcher(ResteasyProviderFactory providerFactory,
                             ResourceMethodRegistry registry,
                             java.lang.String contextPath)
Method Detail

service

public void service(com.sun.grizzly.tcp.http11.GrizzlyRequest request,
                    com.sun.grizzly.tcp.http11.GrizzlyResponse response)
             throws java.io.IOException
Throws:
java.io.IOException

createHttpResponse

protected HttpResponse createHttpResponse(com.sun.grizzly.tcp.http11.GrizzlyResponse response)
Overrides:
createHttpResponse in class AbstractGrizzlyDispatcher


Copyright © 2008. All Rights Reserved.