Hi,all: I find HttpMethod#abort() will close socket, but I only want to interrupt the IO operation which is using the network. My case is that some important message must post at once when data I get from the same site is match some condition.So , I need to interrupt the IO operation and let the post action has the highest priority. Could you tell me whether abort the is the only way to do for the case,or has a better one?
Raymond
