aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes how do i cancel a connection right away Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "how do i cancel a connection right away" Watch "how do i cancel a connection right away" New topic
Author

how do i cancel a connection right away

Lion Z. Li
Greenhorn

Joined: Oct 31, 2003
Posts: 19
Hi all,
Here I got a basic question. Suppose there is a connection being stuck while connecting in a thread, How do i cancel this connection immediately at will?
thanks


SCJP1.4
zhu Bao ding
Greenhorn

Joined: Apr 29, 2003
Posts: 2
first :you should stop the thread
second : close the input or output stream
that's ok
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how do i cancel a connection right away
 
Similar Threads
Updatation problem
Terminate long query in Hibernate?
Avoiding validation when hitting the Cancel button
the function cancle() on jsp does not return control back to actionc lass
Cancel JDBC Connection when Browser Cancel