Jump to content

tomicrow

Member
  • Posts

    1
  • Joined

  • Last visited

tomicrow's Achievements

  1. A "java.net.SocketException: Socket closed" exception can happen in various situations. Either the server side closed the connection like nKn suggested, or the client side (your app) closed the connection. Even if you are not aware of doing it, there may be some less obvious code that may lead to closing the socket, like Thread.interrupt() or ExecutorService.shutdownNow(). Check this ..... simple socket programming in java Crow
×
×
  • Create New...