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

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpsExchangeImpl.java38 class HttpsExchangeImpl extends HttpsExchange { class in inherits:HttpsExchange
42 HttpsExchangeImpl (ExchangeImpl impl) throws IOException { method in class:HttpsExchangeImpl
H A DExchangeImpl.java397 assert t instanceof HttpsExchangeImpl;
398 return ((HttpsExchangeImpl)t).getExchangeImpl();
H A DServerImpl.java647 uc.doFilter (new HttpsExchangeImpl (tx));

Completed in 32 milliseconds