C E G H J L O R 

C

createContainer(Class<T>, ApplicationHandler) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Creates and starts the JDK HttpServer with the Jersey application deployed on the given URI.
createHttpServer(URI, ApplicationHandler) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Creates and starts the JDK HttpServer with the Jersey application deployed on the given URI.

E

ERROR_CONTAINER_EXCEPTION_IO() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
IOException thrown when creating the JDK HttpServer.
ERROR_CONTAINER_URI_NULL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI must not be null.
ERROR_CONTAINER_URI_PATH_EMPTY(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI path, of the URI {0} must be present (not an empty string).
ERROR_CONTAINER_URI_PATH_NULL(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI path, of the URI {0} must be non-null.
ERROR_CONTAINER_URI_PATH_START(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI path, of the URI {0} must start with a '/'.
ERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.
ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
ResponseWriter was not commited yet.

G

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
Container adapter between JDK HttpServer and Jersey application.
JdkHttpHandlerContainerProvider - Class in org.glassfish.jersey.jdkhttp
JdkHttpHandlerContainerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
JdkHttpServerFactory - Class in org.glassfish.jersey.jdkhttp
Factory for creating JDK HttpServer instances adapted to the ApplicationHandler.

L

localizableERROR_CONTAINER_EXCEPTION_IO() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_CONTAINER_URI_NULL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_CONTAINER_URI_PATH_EMPTY(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_CONTAINER_URI_PATH_NULL(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_CONTAINER_URI_PATH_START(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object) - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.jdkhttp.internal
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 

O

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

R

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

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