Searched defs:getOption (Results 1 - 25 of 56) sorted by relevance

123

/openjdk10/jdk/src/java.base/share/classes/sun/net/ext/
H A DExtendedSocketOptions.java58 public abstract Object getOption(FileDescriptor fd, SocketOption<?> option) method in class:ExtendedSocketOptions
103 public Object getOption(FileDescriptor fd, SocketOption<?> option) method in class:ExtendedSocketOptions.NoExtendedSocketOptions
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DNetworkChannel.java152 <T> T getOption(SocketOption<T> name) throws IOException; method in interface:NetworkChannel
/openjdk10/jdk/src/jdk.net/share/classes/jdk/net/
H A DSockets.java110 public static <T> T getOption(Socket s, SocketOption<T> name) throws IOException method in class:Sockets
162 public static <T> T getOption(ServerSocket s, SocketOption<T> name) throws IOException method in class:Sockets
216 public static <T> T getOption(DatagramSocket s, SocketOption<T> name) throws IOException method in class:Sockets
/openjdk10/jdk/test/java/net/SocketOption/
H A DUnsupportedOptionsTest.java130 private static void getOption(Object socket, method in class:UnsupportedOptionsTest
/openjdk10/jdk/test/tools/jlink/
H A DJLinkOptionsTest.java62 public String getOption() { method in class:JLinkOptionsTest.TestPlugin
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DPluginsResourceBundle.java60 public static String getOption(String name, String option) { method in class:PluginsResourceBundle
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DSocketOptions.java126 public Object getOption(int optID) throws SocketException; method in interface:SocketOptions
/openjdk10/jdk/src/jdk.sctp/share/classes/com/sun/nio/sctp/
H A DSctpServerChannel.java373 public abstract <T> T getOption(SctpSocketOption<T> name) throws IOException; method in class:SctpServerChannel
H A DSctpChannel.java669 public abstract <T> T getOption(SctpSocketOption<T> name) method in class:SctpChannel
H A DSctpMultiChannel.java466 public abstract <T> T getOption(SctpSocketOption<T> name, method in class:SctpMultiChannel
/openjdk10/jdk/src/jdk.sctp/macosx/classes/sun/nio/ch/sctp/
H A DSctpServerChannelImpl.java78 public <T> T getOption(SctpSocketOption<T> name) throws IOException { method in class:SctpServerChannelImpl
/openjdk10/jdk/src/jdk.sctp/aix/classes/sun/nio/ch/sctp/
H A DSctpServerChannelImpl.java78 public <T> T getOption(SctpSocketOption<T> name) throws IOException { method in class:SctpServerChannelImpl
/openjdk10/jdk/src/jdk.sctp/windows/classes/sun/nio/ch/sctp/
H A DSctpServerChannelImpl.java78 public <T> T getOption(SctpSocketOption<T> name) throws IOException { method in class:SctpServerChannelImpl
H A DSctpChannelImpl.java113 public <T> T getOption(SctpSocketOption<T> name) method in class:SctpChannelImpl
H A DSctpMultiChannelImpl.java94 public <T> T getOption(SctpSocketOption<T> name, method in class:SctpMultiChannelImpl
/openjdk10/jdk/test/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java100 public Object getOption(int i) throws SocketException { method in class:CustomSocketImplFactory.CustomSocketImpl
/openjdk10/jdk/test/java/net/Socket/
H A DOldImpl.java76 public Object getOption(int optID){ method in class:OldImpl.FunkySocketImpl
H A DOldSocketImpl.java39 public Object getOption(int optID) throws SocketException { method in class:OldSocketImpl
H A DOldSocketImpl.jarMETA-INF/ META-INF/MANIFEST.MF OldSocketImpl$1.class OldSocketImpl.java package OldSocketImpl ...
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousServerSocketChannelImpl.java207 public final <T> T getOption(SocketOption<T> name) throws IOException { method in class:AsynchronousServerSocketChannelImpl
/openjdk10/jdk/src/java.base/unix/classes/java/net/
H A DPlainDatagramSocketImpl.java67 protected <T> T getOption(SocketOption<T> name) throws IOException { method in class:PlainDatagramSocketImpl
H A DPlainSocketImpl.java83 protected <T> T getOption(SocketOption<T> name) throws IOException { method in class:PlainSocketImpl
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBindInfo.java279 private String getOption(String attName, String defaultValue) { method in class:BindInfo
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/
H A DPlugin.java132 public default String getOption() { method in interface:Plugin
/openjdk10/jdk/src/jdk.jartool/share/classes/sun/tools/jar/
H A DGNUStyleOptions.java318 private static Option getOption(String name) throws BadArgs { method in class:GNUStyleOptions

Completed in 264 milliseconds

123