| Package | Description |
|---|---|
| com.sun.enterprise.v3.services.impl |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Endpoint.createEndpoint(Adapter adapter)
Creates Endpoint based on the passed
Adapter descriptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerMapper.register(Endpoint endpoint) |
void |
GrizzlyProxy.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(Endpoint endpoint)
Registers a new endpoint (proxy implementation) defined by the passed
Endpoint object. |
void |
ContainerMapper.unregister(Endpoint endpoint) |
void |
GrizzlyProxy.unregisterEndpoint(Endpoint endpoint)
Removes the
Endpoint from our list of endpoints. |
void |
EndpointMapper.unregisterEndpoint(Endpoint endpoint)
Removes the
Endpoint from our list of endpoints. |
Copyright © 2017. All rights reserved.