Searched defs:getResponseHeaders (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpResponseProperties.java52 public Map<String, List<String>> getResponseHeaders() { method in class:HttpResponseProperties
/openjdk9/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpExchange.java96 public abstract Headers getResponseHeaders () ; method in class:HttpExchange
/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpsExchangeImpl.java49 public Headers getResponseHeaders () { method in class:HttpsExchangeImpl
H A DHttpExchangeImpl.java49 public Headers getResponseHeaders () { method in class:HttpExchangeImpl
H A DExchangeImpl.java105 public Headers getResponseHeaders () { method in class:ExchangeImpl
/openjdk9/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/spi/http/
H A DHttpExchange.java120 public abstract Map<String, List<String>> getResponseHeaders(); method in class:HttpExchange
/openjdk9/jdk/test/java/net/httpclient/http2/server/
H A DHttp2TestExchange.java78 public HttpHeadersImpl getResponseHeaders() { method in class:Http2TestExchange
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/
H A DWSHTTPConnection.java217 public abstract Map<String,List<String>> getResponseHeaders(); method in class:WSHTTPConnection
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/
H A DPortableConnectionImpl.java110 public Map<String,List<String>> getResponseHeaders() { method in class:PortableConnectionImpl
H A DServerConnectionImpl.java119 public Map<String,List<String>> getResponseHeaders() { method in class:ServerConnectionImpl

Completed in 82 milliseconds