Uses of Package
java.net

Packages that use java.net
Package Description
SQLite.JDBC2z  
com.squareup.okhttp  
com.squareup.okhttp.internal  
com.squareup.okhttp.internal.http  
com.squareup.okhttp.internal.spdy  
dalvik.system  
java.io  
java.lang  
java.net  
java.nio.channels  
java.security
Extensible cryptographic service provider infrastructure (SPI) for using and defining services such as Certificates, Keys, KeyStores, MessageDigests, and Signatures.
java.sql  
javax.net  
javax.net.ssl
This package provides classes and interfaces needed to use the Secure Sockets Layer (SSL) protocol and the successor Transport Layer Security (TLS) protocol.
javax.sql  
javax.xml.validation  
libcore.io  
libcore.net  
libcore.net.url  
org.apache.http
The core interfaces and classes of the HTTP components.
org.apache.http.client
The API for client-side HTTP communication and entry point to the HttpClient module.
org.apache.http.client.methods
Request implementations for the various HTTP methods like GET and POST.
org.apache.http.client.utils
Helpers and utility classes for HttpClient.
org.apache.http.conn
The client-side connection management and handling API at the heart of what is referred to as HttpConn.
org.apache.http.conn.params
Parameters for configuring HttpConn.
org.apache.http.conn.routing
The client-side route representation and tracking API, part of HttpConn.
org.apache.http.conn.scheme  
org.apache.http.conn.ssl
TLS/SSL specific parts of the HttpConn API.
org.apache.http.impl
Default implementations for interfaces in org.apache.http.
org.apache.http.impl.client  
org.apache.http.impl.conn  
org.apache.http.impl.io
Default implementations for interfaces in org.apache.http.io.
org.conscrypt  
  • Classes in java.net used by SQLite.JDBC2z
    Class Description
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by com.squareup.okhttp
    Class Description
    CacheRequest
    CacheRequest is a kind of channel for storing resource data in the ResponseCache.
    CacheResponse
    A response cache entry.
    CookieHandler
    This class provides a way to manage cookies with a HTTP protocol handler.
    HttpURLConnection
    An URLConnection for HTTP (RFC 2616) used to send and receive data over the web.
    InetSocketAddress
    This class represents a socket endpoint described by a IP address and a port number.
    Proxy
    This class represents proxy server settings.
    ProxySelector
    Selects the proxy server to use, if any, when connecting to a given URL.
    ResponseCache
    Caches URLConnection responses.
    Socket
    Provides a client-side TCP socket.
    UnknownHostException
    Thrown when a hostname can not be resolved.
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
    URLConnection
    A connection to a URL for reading or writing.
    URLStreamHandler
    The abstract class URLStreamHandler is the base for all classes which can handle the communication with a URL object over a particular protocol type.
    URLStreamHandlerFactory
    Defines a factory which creates an URLStreamHandler for a specified protocol.
  • Classes in java.net used by com.squareup.okhttp.internal
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    InetSocketAddress
    This class represents a socket endpoint described by a IP address and a port number.
    Socket
    Provides a client-side TCP socket.
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
    UnknownHostException
    Thrown when a hostname can not be resolved.
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
    URISyntaxException
    A URISyntaxException will be thrown if some information could not be parsed while creating a URI.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by com.squareup.okhttp.internal.http
    Class Description
    CacheRequest
    CacheRequest is a kind of channel for storing resource data in the ResponseCache.
    CacheResponse
    A response cache entry.
    HttpURLConnection
    An URLConnection for HTTP (RFC 2616) used to send and receive data over the web.
    ProtocolException
    Signals that either a connection attempt to a socket of the wrong type, the application of an unsupported operation or that a general error in the underlying protocol has occurred.
    Proxy
    This class represents proxy server settings.
    ProxySelector
    Selects the proxy server to use, if any, when connecting to a given URL.
    ResponseCache
    Caches URLConnection responses.
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
    URLConnection
    A connection to a URL for reading or writing.
  • Classes in java.net used by com.squareup.okhttp.internal.spdy
    Class Description
    Socket
    Provides a client-side TCP socket.
  • Classes in java.net used by dalvik.system
    Class Description
    Socket
    Provides a client-side TCP socket.
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
  • Classes in java.net used by java.io
    Class Description
    MalformedURLException
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by java.lang
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by java.net
    Class Description
    Authenticator
    An implementation of this class is able to obtain authentication information for a connection in several ways.
    Authenticator.RequestorType
    Enumeration class for the origin of the authentication request.
    CacheRequest
    CacheRequest is a kind of channel for storing resource data in the ResponseCache.
    CacheResponse
    A response cache entry.
    ContentHandler
    This class converts the content of a certain format (i.e.
    ContentHandlerFactory
    Defines a factory which is responsible for creating a ContentHandler.
    CookieHandler
    This class provides a way to manage cookies with a HTTP protocol handler.
    CookiePolicy
    CookiePolicy has three pre-defined policy.
    CookieStore
    A CookieStore object is a repository for cookies.
    DatagramPacket
    This class represents a datagram packet which contains data either to be sent or received through a DatagramSocket.
    DatagramSocket
    This class implements a UDP socket for sending and receiving DatagramPacket.
    DatagramSocketImpl
    The abstract superclass for datagram and multicast socket implementations.
    DatagramSocketImplFactory
    This interface defines a factory for datagram socket implementations.
    FileNameMap
    Defines a scheme for mapping a filename type to a MIME content type.
    HttpCookie
    An opaque key-value value pair held by an HTTP client to permit a stateful session with an HTTP server.
    Inet6Address
    An IPv6 address.
    InetAddress
    An Internet Protocol (IP) address.
    InetSocketAddress
    This class represents a socket endpoint described by a IP address and a port number.
    InterfaceAddress
    Identifies one of a network interface's addresses.
    MalformedURLException
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
    NetworkInterface
    This class is used to represent a network interface of the local device.
    PasswordAuthentication
    This immutable class is a data structure that encapsulates username and password which is used by the Authenticator class.
    PlainSocketImpl  
    ProtocolException
    Signals that either a connection attempt to a socket of the wrong type, the application of an unsupported operation or that a general error in the underlying protocol has occurred.
    Proxy
    This class represents proxy server settings.
    Proxy.Type
    Enum class for the proxy type.
    ProxySelector
    Selects the proxy server to use, if any, when connecting to a given URL.
    ResponseCache
    Caches URLConnection responses.
    Socket
    Provides a client-side TCP socket.
    SocketAddress
    This abstract class represents a protocol-independent base for socket-endpoint representing classes.
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
    SocketImpl
    This class is the base of all streaming socket implementation classes.
    SocketImplFactory
    This interface defines a factory for socket implementations.
    SocketOptions
    Defines an interface for socket implementations to get and set socket options.
    UnknownHostException
    Thrown when a hostname can not be resolved.
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
    URISyntaxException
    A URISyntaxException will be thrown if some information could not be parsed while creating a URI.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
    URLClassLoader
    This class loader is responsible for loading classes and resources from a list of URLs which can refer to either directories or JAR files.
    URLConnection
    A connection to a URL for reading or writing.
    URLStreamHandler
    The abstract class URLStreamHandler is the base for all classes which can handle the communication with a URL object over a particular protocol type.
    URLStreamHandlerFactory
    Defines a factory which creates an URLStreamHandler for a specified protocol.
  • Classes in java.net used by java.nio.channels
    Class Description
    DatagramSocket
    This class implements a UDP socket for sending and receiving DatagramPacket.
    ServerSocket
    This class represents a server-side socket that waits for incoming client connections.
    Socket
    Provides a client-side TCP socket.
    SocketAddress
    This abstract class represents a protocol-independent base for socket-endpoint representing classes.
  • Classes in java.net used by java.security
    Class Description
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by java.sql
    Class Description
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by javax.net
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    ServerSocket
    This class represents a server-side socket that waits for incoming client connections.
    Socket
    Provides a client-side TCP socket.
    UnknownHostException
    Thrown when a hostname can not be resolved.
  • Classes in java.net used by javax.net.ssl
    Class Description
    HttpURLConnection
    An URLConnection for HTTP (RFC 2616) used to send and receive data over the web.
    InetAddress
    An Internet Protocol (IP) address.
    ServerSocket
    This class represents a server-side socket that waits for incoming client connections.
    Socket
    Provides a client-side TCP socket.
    UnknownHostException
    Thrown when a hostname can not be resolved.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
    URLConnection
    A connection to a URL for reading or writing.
  • Classes in java.net used by javax.sql
    Class Description
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by javax.xml.validation
    Class Description
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
  • Classes in java.net used by libcore.io
    Class Description
    DatagramPacket
    This class represents a datagram packet which contains data either to be sent or received through a DatagramSocket.
    InetAddress
    An Internet Protocol (IP) address.
    InetSocketAddress
    This class represents a socket endpoint described by a IP address and a port number.
    Socket
    Provides a client-side TCP socket.
    SocketAddress
    This abstract class represents a protocol-independent base for socket-endpoint representing classes.
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
    SocketTimeoutException
    This exception is thrown when a timeout expired on a socket read or accept operation.
    UnknownHostException
    Thrown when a hostname can not be resolved.
  • Classes in java.net used by libcore.net
    Class Description
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
    URISyntaxException
    A URISyntaxException will be thrown if some information could not be parsed while creating a URI.
  • Classes in java.net used by libcore.net.url
    Class Description
    JarURLConnection
    This class establishes a connection to a jar: URL using the JAR protocol.
    MalformedURLException
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
    Proxy
    This class represents proxy server settings.
    URL
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738.
    URLConnection
    A connection to a URL for reading or writing.
    URLStreamHandler
    The abstract class URLStreamHandler is the base for all classes which can handle the communication with a URL object over a particular protocol type.
  • Classes in java.net used by org.apache.http
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
  • Classes in java.net used by org.apache.http.client
    Class Description
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
  • Classes in java.net used by org.apache.http.client.methods
    Class Description
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
  • Classes in java.net used by org.apache.http.client.utils
    Class Description
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
    URISyntaxException
    A URISyntaxException will be thrown if some information could not be parsed while creating a URI.
  • Classes in java.net used by org.apache.http.conn
    Class Description
    ConnectException
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific port.
    InetAddress
    An Internet Protocol (IP) address.
    Socket
    Provides a client-side TCP socket.
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
  • Classes in java.net used by org.apache.http.conn.params
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
  • Classes in java.net used by org.apache.http.conn.routing
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
  • Classes in java.net used by org.apache.http.conn.scheme
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    Socket
    Provides a client-side TCP socket.
    UnknownHostException
    Thrown when a hostname can not be resolved.
  • Classes in java.net used by org.apache.http.conn.ssl
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    Socket
    Provides a client-side TCP socket.
    UnknownHostException
    Thrown when a hostname can not be resolved.
  • Classes in java.net used by org.apache.http.impl
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    Socket
    Provides a client-side TCP socket.
  • Classes in java.net used by org.apache.http.impl.client
    Class Description
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.
  • Classes in java.net used by org.apache.http.impl.conn
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    InetSocketAddress
    This class represents a socket endpoint described by a IP address and a port number.
    Proxy
    This class represents proxy server settings.
    ProxySelector
    Selects the proxy server to use, if any, when connecting to a given URL.
    Socket
    Provides a client-side TCP socket.
  • Classes in java.net used by org.apache.http.impl.io
    Class Description
    Socket
    Provides a client-side TCP socket.
  • Classes in java.net used by org.conscrypt
    Class Description
    InetAddress
    An Internet Protocol (IP) address.
    ServerSocket
    This class represents a server-side socket that waits for incoming client connections.
    Socket
    Provides a client-side TCP socket.
    SocketAddress
    This abstract class represents a protocol-independent base for socket-endpoint representing classes.
    SocketException
    This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.
    SocketTimeoutException
    This exception is thrown when a timeout expired on a socket read or accept operation.
    UnknownHostException
    Thrown when a hostname can not be resolved.
    URI
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.