added in API level 1
SocketPermission
public
final
class
SocketPermission
extends Permission
implements
Serializable
| java.lang.Object | ||
| ↳ | java.security.Permission | |
| ↳ | java.net.SocketPermission | |
Legacy security code; do not use.
Summary
Public constructors | |
|---|---|
SocketPermission(String host, String action)
|
|
Public methods | |
|---|---|
String
|
getActions()
|
boolean
|
implies(Permission p)
|
Inherited methods | |
|---|---|
java.security.Permission
| |
java.lang.Object
| |
java.security.Guard
| |
Public constructors
SocketPermission
added in API level 1
SocketPermission (String host, String action)
| Parameters | |
|---|---|
host |
String |
action |
String |
Public methods
Interfaces
Classes
- Authenticator
- CacheRequest
- CacheResponse
- ContentHandler
- CookieHandler
- CookieManager
- DatagramPacket
- DatagramSocket
- DatagramSocketImpl
- HttpCookie
- HttpURLConnection
- IDN
- Inet4Address
- Inet6Address
- InetAddress
- InetSocketAddress
- InterfaceAddress
- JarURLConnection
- MulticastSocket
- NetPermission
- NetworkInterface
- PasswordAuthentication
- Proxy
- ProxySelector
- ResponseCache
- SecureCacheResponse
- ServerSocket
- Socket
- SocketAddress
- SocketImpl
- SocketPermission
- StandardSocketOptions
- URI
- URL
- URLClassLoader
- URLConnection
- URLDecoder
- URLEncoder
- URLStreamHandler
Enums
Exceptions

