Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.api.container |
Provides support for creating HTTP-based containers.
|
com.sun.jersey.api.container.grizzly2 | |
com.sun.jersey.api.container.httpserver |
Provides support for creating a Light weight HTTP server HTTP container.
|
com.sun.jersey.client.apache |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.apache4 |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.core.spi.component.ioc |
Provides support for IoC-based components.
|
com.sun.jersey.guice.spi.container |
Provides support for Guice-based applications.
|
com.sun.jersey.guice.spi.container.servlet |
Provides support for Guice-based Web applications.
|
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.cdi | |
com.sun.jersey.server.impl.component | |
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
com.sun.jersey.spi.spring.container |
Provides support for Spring-based applications.
|
Modifier and Type | Method and Description |
---|---|
static Client |
Client.create(ClientConfig cc,
IoCComponentProviderFactory provider)
Create a default client with client configuration and component provider.
|
Constructor and Description |
---|
Client(ClientHandler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a
component provider.
|
Modifier and Type | Method and Description |
---|---|
static <A> A |
ContainerFactory.createContainer(Class<A> type,
ResourceConfig resourceConfig,
IoCComponentProviderFactory factory)
Create a container according to the class requested.
|
Modifier and Type | Method and Description |
---|---|
static org.glassfish.grizzly.http.server.HttpServer |
GrizzlyServerFactory.createHttpServer(String u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Creates a new
HttpServer which will manage all root resource and
provider classes declared by the resource configuration. |
static org.glassfish.grizzly.http.server.HttpServer |
GrizzlyServerFactory.createHttpServer(URI u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Creates a new
HttpServer which will manage all root resource and
provider classes declared by the resource configuration. |
Modifier and Type | Method and Description |
---|---|
static com.sun.net.httpserver.HttpServer |
HttpServerFactory.create(String u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Create a
HttpServer that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration. |
static com.sun.net.httpserver.HttpServer |
HttpServerFactory.create(URI u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Create a
HttpServer that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration. |
Modifier and Type | Method and Description |
---|---|
static ApacheHttpClient |
ApacheHttpClient.create(ClientConfig cc,
IoCComponentProviderFactory provider)
Create a default client with client configuration and component provider.
|
Constructor and Description |
---|
ApacheHttpClient(ApacheHttpClientHandler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Deprecated.
the config parameter is no longer utilized and instead
the config obtained from the
ApacheHttpClientHandler.getConfig()
is utilized instead. |
ApacheHttpClient(ApacheHttpClientHandler root,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a
component provider.
|
Modifier and Type | Method and Description |
---|---|
static ApacheHttpClient4 |
ApacheHttpClient4.create(ClientConfig cc,
IoCComponentProviderFactory provider)
Create a default client with client configuration and component provider.
|
Constructor and Description |
---|
ApacheHttpClient4(ApacheHttpClient4Handler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a
component provider.
|
Constructor and Description |
---|
IoCProviderFactory(InjectableProviderContext ipc,
IoCComponentProviderFactory icpf) |
Constructor and Description |
---|
IoCProviderFactory(InjectableProviderContext ipc,
List<IoCComponentProviderFactory> factories) |
Modifier and Type | Class and Description |
---|---|
class |
GuiceComponentProviderFactory
The Guice-based
IoCComponentProviderFactory . |
Modifier and Type | Class and Description |
---|---|
class |
GuiceContainer.ServletGuiceComponentProviderFactory |
Modifier and Type | Method and Description |
---|---|
void |
WebApplicationImpl.initiate(ResourceConfig rc,
IoCComponentProviderFactory _provider) |
Modifier and Type | Class and Description |
---|---|
class |
CDIComponentProviderFactory
Factory for IoCComponentProvider for CDI beans.
|
Constructor and Description |
---|
IoCResourceFactory(ResourceConfig config,
ServerInjectableProviderContext ipc,
List<IoCComponentProviderFactory> factories) |
Modifier and Type | Method and Description |
---|---|
void |
WebApplication.initiate(ResourceConfig resourceConfig,
IoCComponentProviderFactory provider)
Initiate the Web application.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringComponentProviderFactory
The Spring-based
IoCComponentProviderFactory . |
Copyright © 2013 Oracle Corporation. All rights reserved.