Searched defs:SocketPermission (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketPermission.java59 * {@code SocketPermission("www.company.com:7000-", "connect,accept")}
65 public final class SocketPermission extends Permission implements Serializable { class in inherits:Permission,Serializable
111 * Constructs a new {@code SocketPermission} instance. The hostname can be a
125 public SocketPermission(String host, String action) { method in class:SocketPermission
146 * the object to compare with this {@code SocketPermission}
160 SocketPermission sp = (SocketPermission) other;
178 * Returns the hash value for this {@code SocketPermission} instance. Any
242 * Checks whether this {@code SocketPermission} instance allows all actions
256 SocketPermission s
[all...]

Completed in 52 milliseconds