Package dev.gmitch215.bytebox.net


package dev.gmitch215.bytebox.net
  • Class
    Description
    A connection was refused, standing in for java.net.ConnectException.
    An HTTP request, standing in for java.net.HttpURLConnection.
    An IP address, standing in for java.net.InetAddress.
    A TCP socket, standing in for java.net.Socket.
    A socket failed, standing in for java.net.SocketException.
    A read ran out of time, standing in for java.net.SocketTimeoutException.
    Points the reachable parts of java.net at the ones in this package.
    No address for a name, standing in for java.net.UnknownHostException.
    A URL, standing in for java.net.URL.
    A connection to a URL, standing in for java.net.URLConnection.