/** Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.*********************/package java.net;/*** A socket option associated with a socket.** <p> In the {@link java.nio.channels channels} package, the {@link* java.nio.channels.NetworkChannel} interface defines the {@link* java.nio.channels.NetworkChannel#setOption(SocketOption,Object) setOption}* and {@link java.nio.channels.NetworkChannel#getOption(SocketOption) getOption}* methods to set and query the channel's socket options.** @param <T> The type of the socket option value.** @since 1.7** @see StandardSocketOptions*/public interface SocketOption<T> {/*** Returns the name of the socket option.** @return the name of the socket option*/String name();/*** Returns the type of the socket option value.** @return the type of the socket option value*/Class<T> type();}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。