C E G H I J L O R W 
All Classes All Packages

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, Object) - 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, Object, 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.
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.
createServer(Class<T>, Application, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpServerProvider
 
createServer(Class<T>, Class<? extends Application>, SeBootstrap.Configuration) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpServerProvider
 

E

ERROR_CONTAINER_EXCEPTION_IO() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
IOException thrown when creating the JDK HttpServer.
ERROR_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Attempt to start a HTTPS server with no SSL context defined.
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.
ERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Unable to send a failure response.
ERROR_RESPONSEWRITER_WRITING_HEADERS() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Error writing out the response headers.

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
 

I

INFO_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
HTTPS server will be created with no SSL context defined.

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.
JdkHttpServerProvider - Class in org.glassfish.jersey.jdkhttp
Server provider for servers based on JDK HttpServer.
JdkHttpServerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpServerProvider
 

L

localizableERROR_CONTAINER_EXCEPTION_IO() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_CONTAINER_HTTPS_NO_SSL() - 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
 
localizableERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableERROR_RESPONSEWRITER_WRITING_HEADERS() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableINFO_CONTAINER_HTTPS_NO_SSL() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
 
localizableWARNING_CONTAINER_URI_SCHEME_SECURED() - 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

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
 

W

WARNING_CONTAINER_URI_SCHEME_SECURED() - Static method in class org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
SSLContext is set, but http scheme was used instead of https.
C E G H I J L O R W 
All Classes All Packages