/glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/ |
H A D | NetworkListenersContainer.java | 65 NetworkListeners httpService; field in class:NetworkListenersContainer
|
H A D | TransactionListenerTest.java | 70 HttpService httpService = null; field in class:TransactionListenerTest 75 httpService = getHabitat().getComponent(HttpService.class); 93 assertTrue(httpService!=null);
|
H A D | TranslatedViewCreationTest.java | 76 HttpService httpService = null; field in class:TranslatedViewCreationTest 94 httpService = getHabitat().getComponent(HttpService.class); 108 assertTrue(httpService!=null); 118 }, httpService); 121 VirtualServer vs = httpService.getVirtualServerByName("translated-view-creation");
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/ |
H A D | MapperUpdateListener.java | 54 void update(HttpService httpService, NetworkListener httpListener, Mapper mapper); argument
|
H A D | WebContainerStarter.java | 225 private boolean isStartNeeded(HttpService httpService) { argument 226 if (httpService == null) { 231 httpService.getAccessLoggingEnabled()) || 233 httpService.getSsoEnabled())) { 237 List<Property> props = httpService.getProperty(); 256 List<VirtualServer> hosts = httpService.getVirtualServer();
|
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/ |
H A D | PortImpl.java | 81 HttpService httpService; field in class:PortImpl 124 httpService.getVirtualServerByName(defaultVirtualServer),
|
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/ |
H A D | GetHostAndPortCommand.java | 104 HttpService httpService = null; 122 httpService = config.getHttpService(); 124 if (httpService != null) { 125 hostAndPort = getHostAndPortForRequest(httpService); 143 private HostAndPort getHostAndPortForRequest(HttpService httpService) argument 147 return getHostAndPort(httpService, securityEnabled); 149 VirtualServer vs = httpService.getVirtualServerByName( 155 return getHostAndPort(httpService, vs, securityEnabled); 168 return getHostAndPort(httpService, securityEnabled); 172 HostAndPort hp = getHostAndPort(httpService, 182 getHostAndPort(HttpService httpService, VirtualServer vs, boolean securityEnabled) argument 231 getHostAndPort(HttpService httpService, boolean securityEnabled) argument [all...] |
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/cli/ |
H A D | DeleteVirtualServer.java | 111 private HttpService httpService; field in class:DeleteVirtualServer 127 httpService = config.getHttpService(); 156 proxies[0] = httpService; 175 List<VirtualServer> list = httpService.getVirtualServer();
|
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/reconfig/ |
H A D | WebConfigListener.java | 75 public HttpService httpService; field in class:WebConfigListener 125 container.addConnector((NetworkListener) t, httpService, true); 129 container.updateConnector((NetworkListener) t, httpService); 133 container.createHost((VirtualServer) t, httpService, null); 136 container.deleteHost(httpService); 141 container.updateAccessLog(httpService); 147 container.updateHttpService(httpService); 157 container.updateConnector((NetworkListener)config, httpService); 159 container.updateHttpService(httpService); 166 container.updateConnector(listener, httpService); 183 update(HttpService httpService, NetworkListener httpListener, Mapper mapper) argument [all...] |
/glassfish-3.1.2/web/web-embed/impl/src/main/java/org/glassfish/web/embed/impl/ |
H A D | WebContainerImpl.java | 115 HttpService httpService; field in class:WebContainerImpl 277 httpService.getVirtualServerByName(config.getVirtualServerId()); 422 httpService.getVirtualServerByName( 474 httpService.getVirtualServerByName(config.getVirtualServerId()); 996 }, httpService);
|
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/ |
H A D | GrizzlyConfigSchemaMigrator.java | 255 private void createNewProtocols(final HttpService httpService, Protocols protocols) argument 260 for (final HttpListener httpListener : httpService.getHttpListener()) { 392 private void migrateConnectionPool(NetworkConfig config, HttpService httpService) throws TransactionFailure { argument 393 final ConnectionPool pool = httpService.getConnectionPool(); 418 }, httpService); 421 private void migrateHttpFileCache(NetworkConfig config, HttpService httpService) throws TransactionFailure { argument 422 final HttpFileCache httpFileCache = httpService.getHttpFileCache(); 455 }, httpService); 482 private void migrateHttpProtocol(NetworkConfig config, final HttpService httpService) throws TransactionFailure { argument 483 final HttpProtocol httpProtocol = httpService 524 migrateKeepAlive(NetworkConfig config, HttpService httpService) argument 551 migrateRequestProcessing(NetworkConfig config, HttpService httpService) argument [all...] |
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/ |
H A D | PEAccessLogValve.java | 681 HttpService httpService, Domain domain, Habitat habitat, 690 updateAccessLogAttributes(httpService, fac); 798 void updateAccessLogAttributes(HttpService httpService, argument 802 AccessLog accessLogConfig = httpService.getAccessLog(); 680 configure(String vsId, VirtualServer vsBean, HttpService httpService, Domain domain, Habitat habitat, WebContainerFeatureFactory fac, String globalAccessLogBufferSize, String globalAccessLogWriteInterval) argument
|
H A D | VirtualServer.java | 1796 HttpService httpService, 1806 httpService, 1795 reconfigureAccessLog( HttpService httpService, WebContainerFeatureFactory webcontainerFeatureFactory) argument
|
H A D | WebContainer.java | 556 HttpService httpService = serverConfig.getHttpService(); 568 // createJKConnector(listener, httpService); 570 createHttpListener(listener, httpService); 574 createJKConnector(null, httpService); 579 createHosts(httpService, securityService); 786 * @param httpService The http-service element 790 HttpService httpService) { 791 return createHttpListener(listener, httpService, null); 796 HttpService httpService, 806 checkHostnameUniqueness(listener.getName(), httpService); 789 createHttpListener(NetworkListener listener, HttpService httpService) argument 795 createHttpListener(NetworkListener listener, HttpService httpService, Mapper mapper) argument 924 createJKConnector(NetworkListener listener, HttpService httpService) argument 1041 configureHttpServiceProperties(HttpService httpService, PECoyoteConnector connector) argument 1096 checkHostnameUniqueness(String listenerId, HttpService httpService) argument 1153 createHosts(HttpService httpService, SecurityService securityService) argument 1173 createHost( com.sun.enterprise.config.serverbeans.VirtualServer vsBean, HttpService httpService, SecurityService securityService) argument 2395 getVirtualServersForHttpListenerId( HttpService httpService, String httpListenerId) argument 2714 deleteHost(HttpService httpService) argument 3056 updateHttpService(HttpService httpService) argument 3115 updateConnector(NetworkListener networkListener, HttpService httpService) argument 3197 updateMapper(HttpService httpService, NetworkListener httpListener, Mapper mapper) argument 3212 addConnector(NetworkListener httpListener, HttpService httpService, boolean start) argument 3308 updateAccessLog(HttpService httpService) argument [all...] |
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/connector/coyote/ |
H A D | PECoyoteConnector.java | 857 HttpService httpService) { 962 webContainer.configureHttpServiceProperties(httpService, this); 856 configure(NetworkListener listener, boolean isSecure, HttpService httpService) argument
|