Which exceptions invalidates a java socket? -


which sub-types of ioexception relating socket io makes java socket invalid resue when thrown. socketexception, interruptedioexception, ...?

all of them except sockettimeoutexception on read, , exceptions arising out of getting or setting socket options.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -