org.glassfish.jersey.jdkhttp
Class JdkHttpHandlerContainerProvider

java.lang.Object
  extended by org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
All Implemented Interfaces:
ContainerProvider

public final class JdkHttpHandlerContainerProvider
extends Object
implements ContainerProvider

Container Service Provider which provides JDK HttpServer Container.

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

Constructor Summary
JdkHttpHandlerContainerProvider()
           
 
Method Summary
<T> T
createContainer(Class<T> type, ApplicationHandler application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkHttpHandlerContainerProvider

public JdkHttpHandlerContainerProvider()
Method Detail

createContainer

public <T> T createContainer(Class<T> type,
                             ApplicationHandler application)
                  throws javax.ws.rs.ProcessingException
Specified by:
createContainer in interface ContainerProvider
Throws:
javax.ws.rs.ProcessingException


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.