Searched defs:removeContext (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpServerImpl.java81 public void removeContext (String path) throws IllegalArgumentException { method in class:HttpServerImpl
85 public void removeContext (HttpContext context) throws IllegalArgumentException { method in class:HttpServerImpl
H A DHttpsServerImpl.java89 public void removeContext (String path) throws IllegalArgumentException { method in class:HttpsServerImpl
93 public void removeContext (HttpContext context) throws IllegalArgumentException { method in class:HttpsServerImpl
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/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerMgr.java148 /*package*/ void removeContext(HttpContext context) { method in class:ServerMgr
/openjdk10/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpServer.java246 public abstract void removeContext (String path) throws IllegalArgumentException ; method in class:HttpServer
255 public abstract void removeContext (HttpContext context) ; method in class:HttpServer

Completed in 173 milliseconds