Searched refs:removeContext (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpsServerImpl.java89 public void removeContext (String path) throws IllegalArgumentException { method in class:HttpsServerImpl
90 server.removeContext (path);
93 public void removeContext (HttpContext context) throws IllegalArgumentException { method in class:HttpsServerImpl
94 server.removeContext (context);
H A DHttpServerImpl.java81 public void removeContext (String path) throws IllegalArgumentException { method in class:HttpServerImpl
82 server.removeContext (path);
85 public void removeContext (HttpContext context) throws IllegalArgumentException { method in class:HttpServerImpl
86 server.removeContext (context);
H A DServerImpl.java245 public synchronized void removeContext (String path) throws IllegalArgumentException { method in class:ServerImpl
253 public synchronized void removeContext (HttpContext context) throws IllegalArgumentException { method in class:ServerImpl
/openjdk10/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpServer.java203 * can later be removed from the server using this with the {@link #removeContext(String)} method.
224 * can later be removed from the server using this with the {@link #removeContext(String)} method.
246 public abstract void removeContext (String path) throws IllegalArgumentException ; method in class:HttpServer
255 public abstract void removeContext (HttpContext context) ; method in class:HttpServer
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/
H A DHttpEndpoint.java109 httpContext.getServer().removeContext(httpContext);
112 ServerMgr.getInstance().removeContext(httpContext);
H A DServerMgr.java148 /*package*/ void removeContext(HttpContext context) { method in class:ServerMgr
158 state.getServer().removeContext(context);

Completed in 104 milliseconds