Searched refs:StdSocketOption (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | StandardSocketOptions.java | 65 new StdSocketOption<Boolean>("SO_BROADCAST", Boolean.class); 85 new StdSocketOption<Boolean>("SO_KEEPALIVE", Boolean.class); 116 new StdSocketOption<Integer>("SO_SNDBUF", Integer.class); 156 new StdSocketOption<Integer>("SO_RCVBUF", Integer.class); 187 new StdSocketOption<Boolean>("SO_REUSEADDR", Boolean.class); 219 new StdSocketOption<Integer>("SO_LINGER", Integer.class); 251 new StdSocketOption<Integer>("IP_TOS", Integer.class); 274 new StdSocketOption<NetworkInterface>("IP_MULTICAST_IF", NetworkInterface.class); 301 new StdSocketOption<Integer>("IP_MULTICAST_TTL", Integer.class); 326 new StdSocketOption<Boolean>("IP_MULTICAST_LOOP", Boolean.class); [all …]
|