jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/ServerImpl.java
changeset 44913 1b08f0eb012e
parent 41592 855537e5ad9c
equal deleted inserted replaced
44912:d852532f406b 44913:1b08f0eb012e
   175         sslContext = config.getSSLContext();
   175         sslContext = config.getSSLContext();
   176     }
   176     }
   177 
   177 
   178     public HttpsConfigurator getHttpsConfigurator () {
   178     public HttpsConfigurator getHttpsConfigurator () {
   179         return httpsConfig;
   179         return httpsConfig;
       
   180     }
       
   181 
       
   182     public final boolean isFinishing() {
       
   183         return finished;
   180     }
   184     }
   181 
   185 
   182     public void stop (int delay) {
   186     public void stop (int delay) {
   183         if (delay < 0) {
   187         if (delay < 0) {
   184             throw new IllegalArgumentException ("negative delay parameter");
   188             throw new IllegalArgumentException ("negative delay parameter");