文件名称:PortScanner
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- linch******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Now for an example that checks a range of ports on a specified host and reports
on those ports that are providing a service. This works by the program trying to
create a socket on each port number in turn. If a socket is created successfully, then
there is an open port otherwise, an IOException is thrown (and ignored by the
program, which simply provides an empty catch clause). The program creates a
text field for acceptance of the required URL(s) and sets this to an initial default
value. It also provides a text area for the program s output and buttons for checking
the ports and for exiting the program.-Now for an example that checks a range of ports on a specified host and reports
on those ports that are providing a service. This works by the program trying to
create a socket on each port number in turn. If a socket is created successfully, then
there is an open port otherwise, an IOException is thrown (and ignored by the
program, which simply provides an empty catch clause). The program creates a
text field for acceptance of the required URL(s) and sets this to an initial default
value. It also provides a text area for the program s output and buttons for checking
the ports and for exiting the program.
on those ports that are providing a service. This works by the program trying to
create a socket on each port number in turn. If a socket is created successfully, then
there is an open port otherwise, an IOException is thrown (and ignored by the
program, which simply provides an empty catch clause). The program creates a
text field for acceptance of the required URL(s) and sets this to an initial default
value. It also provides a text area for the program s output and buttons for checking
the ports and for exiting the program.-Now for an example that checks a range of ports on a specified host and reports
on those ports that are providing a service. This works by the program trying to
create a socket on each port number in turn. If a socket is created successfully, then
there is an open port otherwise, an IOException is thrown (and ignored by the
program, which simply provides an empty catch clause). The program creates a
text field for acceptance of the required URL(s) and sets this to an initial default
value. It also provides a text area for the program s output and buttons for checking
the ports and for exiting the program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PortScanner.java