Searched defs:getHttpContext (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpExchange.java116 public abstract HttpContext getHttpContext (); method in class:HttpExchange
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpExchangeImpl.java62 public HttpContextImpl getHttpContext (){ method in class:HttpExchangeImpl
63 return impl.getHttpContext();
H A DHttpsExchangeImpl.java62 public HttpContextImpl getHttpContext (){ method in class:HttpsExchangeImpl
63 return impl.getHttpContext();
H A DHttpConnection.java193 HttpContextImpl getHttpContext () { method in class:HttpConnection
H A DExchangeImpl.java116 public HttpContextImpl getHttpContext (){ method in class:ExchangeImpl
117 return connection.getHttpContext();
349 attributes = getHttpContext().getAttributes();
359 attributes = getHttpContext().getAttributes();
382 return getHttpContext().getServerImpl();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/
H A DHttpExchange.java176 public abstract HttpContext getHttpContext(); method in class:HttpExchange

Completed in 2316 milliseconds