public abstract class AbstractProxyRestAdapter extends Object implements org.glassfish.api.container.Adapter
| Constructor and Description |
|---|
AbstractProxyRestAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.sun.enterprise.config.serverbeans.Config |
getConfig() |
abstract String |
getContextRoot()
Context root this adapter is responsible for handling.
|
org.glassfish.grizzly.http.server.HttpHandler |
getHttpService() |
InetAddress |
getListenAddress() |
int |
getListenPort() |
protected abstract String |
getName() |
protected abstract org.glassfish.hk2.api.ServiceLocator |
getServices() |
List<String> |
getVirtualServers() |
boolean |
isRegistered() |
void |
setRegistered(boolean registered) |
protected abstract org.glassfish.hk2.api.ServiceLocator getServices()
protected abstract com.sun.enterprise.config.serverbeans.Config getConfig()
protected abstract String getName()
public org.glassfish.grizzly.http.server.HttpHandler getHttpService()
getHttpService in interface org.glassfish.api.container.Adapterpublic abstract String getContextRoot()
getContextRoot in interface org.glassfish.api.container.Adapterpublic int getListenPort()
getListenPort in interface org.glassfish.api.container.Adapterpublic InetAddress getListenAddress()
getListenAddress in interface org.glassfish.api.container.Adapterpublic List<String> getVirtualServers()
getVirtualServers in interface org.glassfish.api.container.Adapterpublic boolean isRegistered()
isRegistered in interface org.glassfish.api.container.Adapterpublic void setRegistered(boolean registered)
setRegistered in interface org.glassfish.api.container.AdapterCopyright © 2018 Eclipse Foundation. All rights reserved.