|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointRegistrationException | |
|---|---|
| org.glassfish.api.container | |
| Uses of EndpointRegistrationException in org.glassfish.api.container |
|---|
| Methods in org.glassfish.api.container that throw EndpointRegistrationException | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||