| Package | Description |
|---|---|
| com.sun.enterprise.v3.services.impl | |
| org.glassfish.admin.rest.adapter | |
| org.glassfish.api.container | |
| org.glassfish.appclient.server.core.jws |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointMapper.registerEndpoint(Endpoint endpoint)
Registers a new endpoint (proxy implementation) defined by the passed
Endpoint object. |
void |
GrizzlyService.registerEndpoint(Endpoint endpoint)
Registers a new endpoint for the given context root at the given port
number.
|
void |
EndpointMapper.registerEndpoint(String contextRoot,
Collection<String> vsServers,
E adapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular
context-root.
|
void |
GrizzlyProxy.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointService,
ApplicationContainer container) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container,
String virtualServers) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
InetAddress address,
int port,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint for the given context root at the given port
number.
|
void |
EndpointMapper.unregisterEndpoint(Endpoint endpoint)
Removes the
Endpoint from our list of endpoints. |
void |
GrizzlyProxy.unregisterEndpoint(Endpoint endpoint)
Removes the
Endpoint from our list of endpoints. |
void |
GrizzlyService.unregisterEndpoint(String contextRoot)
Removes the context-root from our list of endpoints.
|
void |
EndpointMapper.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints.
|
void |
GrizzlyProxy.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints.
|
void |
GrizzlyService.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
protected JerseyContainer |
RestCommandAdapter.exposeContext() |
protected JerseyContainer |
RestAdapter.exposeContext()
dynamically load the class that contains all references to Jersey APIs
so that Jersey is not loaded when the RestAdapter is loaded at boot time
gain a few 100 millis at GlassFish startup time
|
JerseyContainer |
JerseyContainerCommandService.getJerseyContainer() |
org.glassfish.jersey.server.ResourceConfig |
RestManagementResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator serviceLocator,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
org.glassfish.jersey.server.ResourceConfig |
RestResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
org.glassfish.jersey.server.ResourceConfig |
AbstractRestResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
org.glassfish.jersey.server.ResourceConfig |
RestCommandResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root.
|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root.
|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container,
String virtualServers)
Registers a new endpoint (proxy implementation) for a particular context-root.
|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
InetAddress address,
int port,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint for the given context root at the given port number.
|
void |
RequestDispatcher.unregisterEndpoint(String contextRoot)
Removes the context root from our list of endpoints.
|
void |
RequestDispatcher.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context root from our list of endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JWSAdapterManager.addContentForAppClient(String appName,
String clientURIWithinEAR,
AppClientServerApplication contributor,
Properties tokens,
Map<String,StaticContent> staticContent,
Map<String,DynamicContent> dynamicContent)
Adds content on behalf of a single app client to the HTTP adapters
for the client and/or the containing EAR.
|
void |
JWSAdapterManager.removeContentForAppClient(String appName,
String clientURIWithinEAR,
AppClientServerApplication contributor) |
Copyright © 2019. All rights reserved.