|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.v3.services.impl.Endpoint
public abstract class Endpoint
Abstraction represents an endpoint, which could be registered on NetworkProxy.
| Constructor Summary | |
|---|---|
Endpoint()
|
|
| Method Summary | |
|---|---|
static Endpoint |
createEndpoint(Adapter adapter)
Creates Endpoint based on the passed Adapter descriptor. |
abstract InetAddress |
getAddress()
|
abstract ApplicationContainer |
getContainer()
Return the ApplicationContainer endpoint belongs to. |
abstract String |
getContextRoot()
Returns the context root for this endpoint |
abstract org.glassfish.grizzly.http.server.HttpHandler |
getEndpointHandler()
Get the underlying Grizzly HttpHandler. |
abstract int |
getPort()
Returns the listener port for this endpoint |
abstract Collection<String> |
getVirtualServers()
Returns the virtual servers supported by this endpoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Endpoint()
| Method Detail |
|---|
public static Endpoint createEndpoint(Adapter adapter)
Adapter descriptor.
{@link - Adapter}
Endpoint, which can be registered on NetworkProxy.public abstract InetAddress getAddress()
InetAddress on which this endpoint is listeningpublic abstract int getPort()
public abstract String getContextRoot()
public abstract org.glassfish.grizzly.http.server.HttpHandler getEndpointHandler()
HttpHandler.
HttpHandler.public abstract Collection<String> getVirtualServers()
public abstract ApplicationContainer getContainer()
ApplicationContainer endpoint belongs to.
ApplicationContainer endpoint belongs to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||