Home | History | Annotate | Download | only in net

Lines Matching refs:SO_SNDBUF

1202      * Sets the {@link SocketOptions#SO_SNDBUF SO_SNDBUF} option to the
1204 * The {@link SocketOptions#SO_SNDBUF SO_SNDBUF} option is used by the
1208 * <p>Because {@link SocketOptions#SO_SNDBUF SO_SNDBUF} is a hint,
1231 getImpl().setOption(SocketOptions.SO_SNDBUF, new Integer(size));
1235 * Get value of the {@link SocketOptions#SO_SNDBUF SO_SNDBUF} option
1238 * @return the value of the {@link SocketOptions#SO_SNDBUF SO_SNDBUF}
1251 Object o = getImpl().getOption(SocketOptions.SO_SNDBUF);