com.sun.xml.ws.transport.http.client
Class HttpClientTransport

java.lang.Object
  extended by com.sun.xml.ws.transport.http.client.HttpClientTransport

public class HttpClientTransport
extends Object

Author:
WS Development Team

Constructor Summary
HttpClientTransport(Packet packet, Map<String,List<String>> reqHeaders)
           
 
Method Summary
protected  boolean checkHTTPS(HttpURLConnection connection)
           
 int getContentLength()
           
 Map<String,List<String>> getHeaders()
           
protected  HttpURLConnection openConnection(Packet packet)
           
protected  InputStream readResponse()
           
protected  void readResponseCodeAndMessage()
           
protected  void setStatusCode(int statusCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientTransport

public HttpClientTransport(@NotNull
                           Packet packet,
                           @NotNull
                           Map<String,List<String>> reqHeaders)
Method Detail

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.