Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try {
- Socket socket = new Socket();
- socket.connect(new InetSocketAddress("127.0.0.1", 123456),timeout);
- socket.close();
- //Der port ist offen.
- }catch (Exception e) {
- //Der port ist geschlossen.
- }
Advertisement
Add Comment
Please, Sign In to add comment