|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
org.apache.commons.httpclient.Cookie.createCookieHeader(String, String, boolean, Cookie[])
use the version which includes port number and date |
|
org.apache.commons.httpclient.methods.PostMethod.setParameter(String, String)
use PostMethod.removeParameter(String,String) followed by
PostMethod.addParameter(String,String) . |
|
org.apache.commons.httpclient.methods.PostMethod.setRequestBody(String)
This method converts characters to bytes in a platform dependent encoding. Use PostMethod.setRequestBody(java.io.InputStream) instead. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |