Searched defs:httpServer (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java152 private HttpServer httpServer; field in class:HTTPConnectionHandler
266 setHttpStatsProbe(this.httpServer);
271 getHttpConfig(this.httpServer).removeProbes(this.httpProbe);
668 return httpServer != null;
803 this.httpServer = createHttpServer();
809 this.httpServer.start();
897 ctx.deploy(this.httpServer);
965 if (this.httpServer != null)
968 this.httpServer.stop();
977 this.httpServer
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java133 private HttpServer httpServer; field in class:HTTPConnectionHandler
247 setHttpStatsProbe(this.httpServer);
252 getHttpConfig(this.httpServer).removeProbes(this.httpProbe);
649 return httpServer != null;
784 this.httpServer = createHttpServer();
790 this.httpServer.start();
880 ctx.deploy(this.httpServer);
944 if (this.httpServer != null)
947 this.httpServer.shutdownNow();
956 this.httpServer
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java153 private HttpServer httpServer; field in class:HTTPConnectionHandler
267 setHttpStatsProbe(this.httpServer);
272 getHttpConfig(this.httpServer).removeProbes(this.httpProbe);
669 return httpServer != null;
804 this.httpServer = createHttpServer();
810 this.httpServer.start();
899 ctx.deploy(this.httpServer);
967 if (this.httpServer != null)
970 this.httpServer.shutdownNow();
979 this.httpServer
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java152 private HttpServer httpServer; field in class:HTTPConnectionHandler
266 setHttpStatsProbe(this.httpServer);
271 getHttpConfig(this.httpServer).removeProbes(this.httpProbe);
668 return httpServer != null;
803 this.httpServer = createHttpServer();
809 this.httpServer.start();
897 ctx.deploy(this.httpServer);
965 if (this.httpServer != null)
968 this.httpServer.stop();
977 this.httpServer
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java133 private HttpServer httpServer; field in class:HTTPConnectionHandler
247 setHttpStatsProbe(this.httpServer);
252 getHttpConfig(this.httpServer).removeProbes(this.httpProbe);
649 return httpServer != null;
784 this.httpServer = createHttpServer();
790 this.httpServer.start();
880 ctx.deploy(this.httpServer);
944 if (this.httpServer != null)
947 this.httpServer.shutdownNow();
956 this.httpServer
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPConnectionHandler.java131 private HttpServer httpServer; field in class:HTTPConnectionHandler
230 setHttpStatsProbe(this.httpServer);
235 getHttpConfig(this.httpServer).removeProbes(this.httpProbe);
584 return httpServer != null;
718 this.httpServer = createHttpServer();
724 this.httpServer.start();
792 ctx.deploy(this.httpServer);
797 if (this.httpServer != null)
800 this.httpServer.shutdownNow();
809 this.httpServer
[all...]

Completed in 37 milliseconds