public class HttpClientTransport extends Object
Constructor and Description |
---|
HttpClientTransport(com.sun.xml.ws.api.message.Packet packet,
Map<String,List<String>> reqHeaders) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkHTTPS(HttpURLConnection connection) |
int |
getContentLength() |
Map<String,List<String>> |
getHeaders() |
protected HttpURLConnection |
openConnection(com.sun.xml.ws.api.message.Packet packet) |
protected InputStream |
readResponse() |
protected void |
readResponseCodeAndMessage() |
protected void |
setStatusCode(int statusCode) |
@Nullable protected InputStream readResponse()
protected void readResponseCodeAndMessage()
protected HttpURLConnection openConnection(com.sun.xml.ws.api.message.Packet packet)
protected boolean checkHTTPS(HttpURLConnection connection)
protected void setStatusCode(int statusCode)
public int getContentLength()
Copyright © 2015 Oracle Corporation. All rights reserved.