| Package | Description |
|---|---|
| org.glassfish.api.container | |
| org.glassfish.api.deployment |
| 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,
ApplicationContainer app)
Removes the context root from our list of endpoints.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Deployer<T extends Container,U extends ApplicationContainer>
A deployer is capable of deploying one type of applications.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.