Java Network URL
Java examples for Network:URL
HOME
Java
Network
URL
Description
Click the following links for the tutorial for Network and URL.
A Sample Class That Demonstrates the Use of the java.net.URL Class
Accessing the Contents of a URL
A URL Reader/Writer Class That Writes/Reads Data to/from a URL
Generating and Reading from URLs
Parsing a URL using the built-in URL class methods.
Load Web Page Content Header And Fill the text field
Web Page Read Quiz
Call to a Servlet and output result
Read content string from a URL
Read from URL Connection
Read from URL
Using a URL as a Name to the Initial Context
Parsing a URL
Making the Browser Visit a URL
Getting an Image from a URL
Converting Between a URL and a URI
Getting Text from a URL
Accessing a Password-Protected URL
Sending a POST Request Using a URL
Reading an Image from a File, InputStream, or URL
Creating a URL
Converting Between a Filename Path and a URL
Converting x-www-form-urlencoded Data
url Decode with URLDecoder
url Encode with URLEncoder
get Result from url
Get Twitter username from twitter url
load File from URL and return InputStream
Get the Google+ ID from a plus.google.com url https://plus.google.com/118064008740771173119
Extract a map from a URL query string.
Decode given URL Query String to map.
Whole HTTP response as String from given URLConnection
read URL File
Returns the file extension from the file part of the URL.
download File from URL
get Host Name
Given a java.util.Map of params, construct a query string
url Decode
execute URL Post
post JSON to URL
is Local URI
Make a relative copy of a URI.
Creates a new URI from a string.
Converts a string into something you can safely insert into a URL.
Reads data from the data reader and posts it to a server via POST request.
This method encodes the URL, removes the spaces and brackets from the URL and replaces the same with "%20" and "%5B" and "%5D" and "%7B" "%7D".
This method encodes the URL, removes the spaces from the URL and replaces the same with "%20".
get Url from text using regex
encode URL in your own algorithm
decode URL with your own algorithm
Takes a normal string and turns it into something suitable for a title in a URL.
get Domain From Url
get Last Modified from URL
remove Anchor from URL
Convert to relative url based on base
Build a fully qualified URL from the pieces provided.
Executes an HTTP-GET request and stores locally down to a file the content of the answer