Class SunHttpJaxrsServer

java.lang.Object
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
All Implemented Interfaces:
EmbeddedJaxrsServer<SunHttpJaxrsServer>, EmbeddedServer

@Deprecated public class SunHttpJaxrsServer extends Object implements EmbeddedJaxrsServer<SunHttpJaxrsServer>
Deprecated.
Prefer using a different implementation as this relies on JDK implementation details
com.sun.net.httpserver.HttpServer adapter for Resteasy. You may instead want to create and manage your own HttpServer. Use the HttpContextBuilder class in this case to build and register a specific HttpContext.
Version:
$Revision: 1 $
Author:
Bill Burke