|
|||||||||
软件包 java.net 的分层结构
- 软件包分层结构:
- 所有软件包
类分层结构
- java.lang.Object
- java.net.Authenticator
- java.net.CacheRequest
- java.net.CacheResponse
- java.net.SecureCacheResponse
- java.lang.ClassLoader
- java.security.SecureClassLoader
- java.net.URLClassLoader
- java.security.SecureClassLoader
- java.net.ContentHandler
- java.net.CookieHandler
- java.net.DatagramPacket
- java.net.DatagramSocket
- java.net.MulticastSocket
- java.net.DatagramSocketImpl (implements java.net.SocketOptions)
- java.net.InetAddress (implements java.io.Serializable)
- java.net.Inet4Address
- java.net.Inet6Address
- java.net.NetworkInterface
- java.net.PasswordAuthentication
- java.security.Permission (implements java.security.Guard, java.io.Serializable)
- java.security.BasicPermission (implements java.io.Serializable)
- java.net.NetPermission
- java.net.SocketPermission (implements java.io.Serializable)
- java.security.BasicPermission (implements java.io.Serializable)
- java.net.Proxy
- java.net.ProxySelector
- java.net.ResponseCache
- java.net.ServerSocket
- java.net.Socket
- java.net.SocketAddress (implements java.io.Serializable)
- java.net.InetSocketAddress
- java.net.SocketImpl (implements java.net.SocketOptions)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.io.IOException
- java.net.HttpRetryException
- java.io.InterruptedIOException
- java.net.SocketTimeoutException
- java.net.MalformedURLException
- java.net.ProtocolException
- java.net.SocketException
- java.net.BindException
- java.net.ConnectException
- java.net.NoRouteToHostException
- java.net.PortUnreachableException
- java.net.UnknownHostException
- java.net.UnknownServiceException
- java.net.URISyntaxException
- java.io.IOException
- java.lang.Exception
- java.net.URI (implements java.lang.Comparable<T>, java.io.Serializable)
- java.net.URL (implements java.io.Serializable)
- java.net.URLConnection
- java.net.HttpURLConnection
- java.net.JarURLConnection
- java.net.URLDecoder
- java.net.URLEncoder
- java.net.URLStreamHandler
接口分层结构
- java.net.ContentHandlerFactory
- java.net.DatagramSocketImplFactory
- java.net.FileNameMap
- java.net.SocketImplFactory
- java.net.SocketOptions
- java.net.URLStreamHandlerFactory
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- java.net.Authenticator.RequestorType
- java.net.Proxy.Type
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
所有类
|
|||||||||