public class JdkHttpHandlerContainer extends Object implements com.sun.net.httpserver.HttpHandler, Container
JDK HttpServer and Jersey application.| Modifier and Type | Method and Description |
|---|---|
ResourceConfig |
getConfiguration() |
void |
handle(com.sun.net.httpserver.HttpExchange exchange) |
void |
reload() |
void |
reload(ResourceConfig configuration) |
public void handle(com.sun.net.httpserver.HttpExchange exchange)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOExceptionpublic ResourceConfig getConfiguration()
getConfiguration in interface Containerpublic void reload(ResourceConfig configuration)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.