Skip to content

chaseofthejungle/java-networking-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

Java Networking Scripts

Note: If looking for an online Java compiler with multi-class support, consider Codiva.


Script Purpose
HostToIP.java Outputs the corresponding IP address of a provided host name.
SimpleDateClient.java A timestamp client, implemented in tandem with SimpleDateServer.java. Not intended for production environments.
SimpleDateServer.java A timestamp server, implemented in tandem with SimpleDateClient.java. Not intended for production environments.
SocketToPort.java Establishes a socket connection via ports on client and server devices.
SystemProxySettings.java Reports hostname and port identification for a specified proxy system.
URLConnectionDate.java Reports the date that an HTTP URL-based connection was established.
WebPageDownloader.java Reads and downloads a specified web page.

About

Networking scripts for the Java compiler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages