Skip navigation links
C G H J O R 

C

createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create and start the JDK HttpServer with the Jersey application deployed at the given URI.
createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, ServiceLocator) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, SSLContext) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create and start the JDK HttpServer, eventually HttpServer's subclass JDK HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer, eventually HttpServer's subclass JDK HttpsServer with the JAX-RS / Jersey application deployed on the given URI.
createHttpServer(URI, ResourceConfig, ServiceLocator, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Create (and possibly start) the JDK HttpServer, eventually HttpServer's subclass HttpsServer with the JAX-RS / Jersey application deployed on the given URI.

G

getApplicationHandler() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
getConfiguration() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 

H

handle(HttpExchange) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 

J

JdkHttpHandlerContainer - Class in org.glassfish.jersey.jdkhttp
Jersey Container implementation based on Java SE HttpServer.
JdkHttpHandlerContainerProvider - Class in org.glassfish.jersey.jdkhttp
Container provider for containers based on lightweight Java SE HTTP Server's HttpHandler.
JdkHttpHandlerContainerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
JdkHttpServerFactory - Class in org.glassfish.jersey.jdkhttp
Factory for creating JDK HttpServer instances to run Jersey applications.

O

org.glassfish.jersey.jdkhttp - package org.glassfish.jersey.jdkhttp
The container adapter between JDK HTTP server and Jersey Jersey application handler classes.

R

reload() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
C G H J O R 
Skip navigation links

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