connect
public void connect()
throws IOException
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.connect()
disconnect
public void disconnect()
Not yet implemented.
java.net.HttpURLConnection.disconnect()
getAllowUserInteraction
public boolean getAllowUserInteraction()
Not yet implemented.
java.net.HttpURLConnection.getAllowUserInteraction()
getContent
public Object getContent()
throws IOException
Not yet implemented.
java.net.HttpURLConnection.getContent()
getContent
public Object getContent(Class[] classes)
throws IOException
Not yet implemented.
getDefaultUseCaches
public boolean getDefaultUseCaches()
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.getDefaultUseCaches()
getDoInput
public boolean getDoInput()
Not yet implemented.
java.net.HttpURLConnection.getDoInput()
getDoOutput
public boolean getDoOutput()
Not yet implemented.
java.net.HttpURLConnection.getDoOutput()
getErrorStream
public InputStream getErrorStream()
Not yet implemented.
Return the error stream.
java.net.HttpURLConnection.getErrorStream()
getHeaderField
public String getHeaderField(String name)
Return the header field
name
- the name of the header
getHeaderField
public String getHeaderField(int position)
Return the header field at the specified position
getHeaderFieldKey
public String getHeaderFieldKey(int keyPosition)
Return the header field key
keyPosition
- The key position
getIfModifiedSince
public long getIfModifiedSince()
Not yet implemented.
java.net.HttpURLConnection.getIfModifiedSince()
getInputStream
public InputStream getInputStream()
throws IOException
Gets an input stream for the HttpMethod response body.
getInstanceFollowRedirects
public boolean getInstanceFollowRedirects()
Not yet implemented.
getOutputStream
public OutputStream getOutputStream()
throws IOException
java.net.HttpURLConnection.getOutputStream()
getPermission
public Permission getPermission()
throws IOException
Not yet implemented.
java.net.HttpURLConnection.getPermission()
getRequestMethod
public String getRequestMethod()
Return the request method.
getRequestProperty
public String getRequestProperty(String key)
Not yet implemented.
java.net.HttpURLConnection.getRequestProperty(String)
getResponseCode
public int getResponseCode()
throws IOException
Return the response code.
getResponseMessage
public String getResponseMessage()
throws IOException
Return the response message
getURL
public URL getURL()
Return the URL
java.net.HttpURLConnection.getURL()
getUseCaches
public boolean getUseCaches()
Not yet implemented.
java.net.HttpURLConnection.getUseCaches()
setAllowUserInteraction
public void setAllowUserInteraction(boolean isAllowInteraction)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setAllowUserInteraction(boolean)
setDefaultUseCaches
public void setDefaultUseCaches(boolean isUsingCaches)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setDefaultUseCaches(boolean)
setDoInput
public void setDoInput(boolean isInput)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setDoInput(boolean)
setDoOutput
public void setDoOutput(boolean isOutput)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setDoOutput(boolean)
setIfModifiedSince
public void setIfModifiedSince(long modificationDate)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setIfModifiedSince(long)
setInstanceFollowRedirects
public void setInstanceFollowRedirects(boolean isFollowingRedirects)
Not available: the data must have already been retrieved.
setRequestMethod
public void setRequestMethod(String method)
throws ProtocolException
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setRequestMethod(String)
setRequestProperty
public void setRequestProperty(String key,
String value)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setRequestProperty(String,String)
setUseCaches
public void setUseCaches(boolean isUsingCaches)
Not available: the data must have already been retrieved.
java.net.HttpURLConnection.setUseCaches(boolean)
usingProxy
public boolean usingProxy()
Not yet implemented.
- true if we are using a proxy.
java.net.HttpURLConnection.usingProxy()