java.net APIs
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
Recipes
- Convert
new URL(String)
toURI.create(String).toURL()
- Convert
new URL(String, String, String)
tonew URI(...).toURL()
- Convert
new URL(String, String, int, String)
tonew URI(...).toURL()
- Use
java.net.HttpURLConnection.HTTP_INTERNAL_ERROR
- Use
java.net.MulticastSocket#getTimeToLive()
- Use
java.net.MulticastSocket#setTimeToLive(int)
- Use
java.net.URLDecoder#decode(String, StandardCharsets.UTF_8)
- Use
java.net.URLEncoder#encode(String, StandardCharsets.UTF_8)