HttpConnection
and HttpState
.
@param state the {@link HttpState state} information to associate with this method
@param connection the {@link HttpConnection connection} used to executethis HTTP method
@throws IOException If an I/O (transport) error occurs. Some transport exceptionscan be recovered from.
@throws HttpException If a protocol exception occurs. Usually protocol exceptions cannot be recovered from.
@return the integer status code if one was obtained, or -1
|
|
|
|
|
|
|
|