org.glassfish.jersey.jdkhttp
Class JdkHttpHandlerContainer

java.lang.Object
  extended by org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler

public class JdkHttpHandlerContainer
extends Object
implements com.sun.net.httpserver.HttpHandler

Container adapter between JDK HttpServer and Jersey Jersey Application.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Method Summary
 void handle(com.sun.net.httpserver.HttpExchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public void handle(com.sun.net.httpserver.HttpExchange exchange)
            throws IOException
Specified by:
handle in interface com.sun.net.httpserver.HttpHandler
Throws:
IOException


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.