Searched refs:HttpsExchangeImpl (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpsExchangeImpl.java37 class HttpsExchangeImpl extends HttpsExchange { class in inherits:HttpsExchange
41 HttpsExchangeImpl (ExchangeImpl impl) throws IOException { method in class:HttpsExchangeImpl
H A DExchangeImpl.java398 assert t instanceof HttpsExchangeImpl;
399 return ((HttpsExchangeImpl)t).getExchangeImpl();
H A DServerImpl.java655 uc.doFilter (new HttpsExchangeImpl (tx));

Completed in 99 milliseconds