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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statusCode
int statusCode
statusMessage
String statusMessage
contentLength
int contentLength
HttpClientTransport
public HttpClientTransport(@NotNull
Packet packet,
@NotNull
Map<String,List<String>> reqHeaders)
getOutput
OutputStream getOutput()
closeOutput
void closeOutput()
throws IOException
- Throws:
IOException
getInput
@Nullable
InputStream getInput()
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)
isSecure
boolean isSecure()
setStatusCode
protected void setStatusCode(int statusCode)
getContentType
@Nullable
String getContentType()
getContentLength
public int getContentLength()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.