com.sun.xml.ws.transport.http.client
Class HttpClientTransport
java.lang.Object
com.sun.xml.ws.transport.http.client.HttpClientTransport
public class HttpClientTransport
- extends Object
- Author:
- WS Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientTransport
public HttpClientTransport(@NotNull
Packet packet,
@NotNull
Map<String,List<String>> reqHeaders)
getHeaders
public Map<String,List<String>> getHeaders()
readResponse
@Nullable
protected InputStream readResponse()
readResponseCodeAndMessage
protected void readResponseCodeAndMessage()
openConnection
protected HttpURLConnection openConnection(Packet packet)
checkHTTPS
protected boolean checkHTTPS(HttpURLConnection connection)
setStatusCode
protected void setStatusCode(int statusCode)
getContentLength
public int getContentLength()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.