Home
last modified time | relevance | path

Searched defs:getOption (Results 1 – 25 of 30) sorted by relevance

12

/libcore/ojluni/src/main/java/java/net/
DSocketSecrets.java49 private static <T> T getOption(Object obj, SocketOption<T> name) throws IOException { in getOption() method in SocketSecrets
66 private static <T> T getOption(DatagramSocket s, SocketOption<T> name) throws IOException { in getOption() method in SocketSecrets
DSocketOptions.java125 public Object getOption(int optID) throws SocketException; in getOption() method
DPlainSocketImpl.java102 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in PlainSocketImpl
DSocketImpl.java392 <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in SocketImpl
DPlainDatagramSocketImpl.java77 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in PlainDatagramSocketImpl
DAbstractPlainDatagramSocketImpl.java350 public Object getOption(int optID) throws SocketException { in getOption() method in AbstractPlainDatagramSocketImpl
DAbstractPlainSocketImpl.java310 public Object getOption(int opt) throws SocketException { in getOption() method in AbstractPlainSocketImpl
/libcore/ojluni/src/main/java/jdk/net/
DSockets.java202 public static <T> T getOption(Socket s, SocketOption<T> name) throws IOException in getOption() method in Sockets
260 public static <T> T getOption(ServerSocket s, SocketOption<T> name) throws IOException in getOption() method in Sockets
320 public static <T> T getOption(DatagramSocket s, SocketOption<T> name) throws IOException in getOption() method in Sockets
/libcore/ojluni/src/main/java/java/nio/channels/
DNetworkChannel.java152 <T> T getOption(SocketOption<T> name) throws IOException; in getOption() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java70 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in MockServerSocketChannel
DMockSocketChannel.java121 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in MockSocketChannel
DMockDatagramChannel.java111 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in MockDatagramChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDescriptorHolderSocketImpl.java52 public Object getOption(int optID) throws SocketException { in getOption() method in FileDescriptorHolderSocketImpl
DAsynchronousServerSocketChannelImpl.java207 public final <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in AsynchronousServerSocketChannelImpl
DServerSocketChannelImpl.java159 public <T> T getOption(SocketOption<T> name) in getOption() method in ServerSocketChannelImpl
DSocketChannelImpl.java238 public <T> T getOption(SocketOption<T> name) in getOption() method in SocketChannelImpl
/libcore/ojluni/annotations/hiddenapi/java/net/
DPlainSocketImpl.java46 protected <T> T getOption(java.net.SocketOption<T> name) throws java.io.IOException { in getOption() method in PlainSocketImpl
DSocketImpl.java128 <T> T getOption(java.net.SocketOption<T> name) throws java.io.IOException { in getOption() method in SocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java170 public Object getOption(int arg0) throws SocketException { in getOption() method in OldSocketImplFactoryTest.MockSocketImpl
DOldDatagramSocketImplFactoryTest.java198 public Object getOption(int arg0) throws SocketException { in getOption() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
DOldServerSocketTest.java373 public Object getOption(int arg0) throws SocketException { in getOption() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java216 public Object getOption(int arg0) throws SocketException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java81 public Object getOption(int optID) throws SocketException { in getOption() method in MockDatagramSocketImpl
DSocketImplTest.java118 public Object getOption(int optID) throws SocketException { in getOption() method in SocketImplTest.MockSocketImpl
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java445 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in OldSocketChannelTest.MockSocketChannel

12