Class HttpClientTransport
- java.lang.Object
-
- com.sun.xml.ws.transport.http.client.HttpClientTransport
-
public class HttpClientTransport extends Object
- Author:
- WS Development Team
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckHTTPS(HttpURLConnection connection)intgetContentLength()Map<String,List<String>>getHeaders()protected HttpURLConnectionopenConnection(Packet packet)protected InputStreamreadResponse()protected voidreadResponseCodeAndMessage()protected voidsetStatusCode(int statusCode)
-
-
-
Method Detail
-
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()
-
-