Searched refs:httpService (Results 1 - 25 of 28) sorted by relevance

12

/glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/
H A DDuplicateKeyedElementTest.java69 HttpService httpService = getHabitat().getComponent(HttpService.class);
70 assertNotNull(httpService);
73 for (VirtualServer vs : httpService.getVirtualServer()) {
99 HttpService httpService = getHabitat().getComponent(HttpService.class);
100 assertNotNull(httpService);
103 for (VirtualServer vs : httpService.getVirtualServer()) {
H A DPropertyChangeListenerTest.java78 HttpService httpService = habitat.getComponent(HttpService.class);
79 assertNotNull(httpService);
83 for (VirtualServer vs : httpService.getVirtualServer()) {
H A DDefaultValueTest.java63 NetworkListeners httpService = getHabitat().getComponent(NetworkListeners.class);
64 listener = httpService.getNetworkListener().get(0);
H A DTranslatedViewCreationTest.java76 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");
H A DTransactionListenerTest.java70 HttpService httpService = null; field in class:TransactionListenerTest
75 httpService = getHabitat().getComponent(HttpService.class);
93 assertTrue(httpService!=null);
H A DVetoableChangeListenerTest.java77 HttpService httpService = habitat.getComponent(HttpService.class);
78 assertNotNull(httpService);
82 for (VirtualServer vs : httpService.getVirtualServer()) {
H A DAttributeRemovalTest.java69 HttpService httpService = Utils.getNewHabitat(this).getComponent(HttpService.class);
70 VirtualServer vs = httpService.getVirtualServerByName("server");
H A DParentConfigListenerTest.java98 }, container.httpService);
102 ObservableBean bean = (ObservableBean) ConfigSupport.getImpl(container.httpService);
H A DNetworkListenersContainer.java65 NetworkListeners httpService; field in class:NetworkListenersContainer
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DMapperUpdateListener.java54 void update(HttpService httpService, NetworkListener httpListener, Mapper mapper); argument
H A DWebContainerStarter.java225 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();
H A DGrizzlyService.java302 final HttpService httpService = config.getHttpService();
304 listener.update(httpService, networkListener, mapper);
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DGetHostAndPortCommand.java104 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/web-glue/src/main/java/com/sun/enterprise/web/reconfig/
H A DWebConfigListener.java75 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/admin/src/main/java/org/glassfish/web/admin/monitor/
H A DHttpServiceStatsProviderBootstrap.java92 HttpService httpService = config.getHttpService();
93 for (VirtualServer vs : httpService.getVirtualServer()) {
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DGrizzlyConfigSchemaMigrator.java255 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 DWebContainer.java556 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...]
H A DPEAccessLogValve.java681 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
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/cli/
H A DDeleteVirtualServer.java111 private HttpService httpService; field in class:DeleteVirtualServer
127 httpService = config.getHttpService();
156 proxies[0] = httpService;
175 List<VirtualServer> list = httpService.getVirtualServer();
H A DCreateVirtualServer.java134 HttpService httpService = config.getHttpService();
136 for (VirtualServer virtualServer : httpService.getVirtualServer()) {
185 }, httpService);
H A DCreateHttpListener.java148 HttpService httpService = config.getHttpService();
153 VirtualServer vs = httpService.getVirtualServerByName(defaultVirtualServer);
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/
H A DPortImpl.java81 HttpService httpService; field in class:PortImpl
124 httpService.getVirtualServerByName(defaultVirtualServer),
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DHTTPListenerConfigTest.java91 final HTTPServiceConfig httpService =
94 final Map<String, HTTPListenerConfig> proxies = httpService.getHTTPListenerConfigMap();
/glassfish-3.1.2/web/web-embed/impl/src/main/java/org/glassfish/web/embed/impl/
H A DWebContainerImpl.java115 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/web/web-glue/src/main/java/com/sun/enterprise/web/connector/coyote/
H A DPECoyoteConnector.java857 HttpService httpService) {
962 webContainer.configureHttpServiceProperties(httpService, this);
856 configure(NetworkListener listener, boolean isSecure, HttpService httpService) argument

Completed in 62 milliseconds

12