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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -