| Package | Description |
|---|---|
| org.glassfish.jersey.servlet.internal |
Jersey internal Servlet API.
|
| org.glassfish.jersey.servlet.internal.spi |
Jersey internal Servlet SPI.
|
| Class and Description |
|---|
| ServletContainerProvider
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by
org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer. |
| Class and Description |
|---|
| ExtendedServletContainerProvider
Implementations could provide their own
HttpServletRequest and HttpServletResponse
binding implementation in HK2 locator and also an implementation of RequestScopedInitializer
that is used to set actual request/response references in injection manager within each request. |
| RequestContextProvider
Provide access to the actual servlet request/response.
|
| RequestScopedInitializerProvider
Produces
RequestScopedInitializer
based on provided RequestContextProvider. |
| ServletContainerProvider
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by
org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.