Interface HttpAdapter
-
- All Known Implementing Classes:
GlassfishNetworkListener.HttpAdapterImpl
public interface HttpAdapter- Author:
- oleksiys
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerMappergetMapper()VirtualServergetVirtualServer()StringgetWebAppRootPath()
-
-
-
Method Detail
-
getMapper
ContainerMapper getMapper()
-
getVirtualServer
VirtualServer getVirtualServer()
-
getWebAppRootPath
String getWebAppRootPath()
-
-