/libcore/ojluni/src/main/java/java/net/ |
D | SocketSecrets.java | 49 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
|
D | SocketOptions.java | 125 public Object getOption(int optID) throws SocketException; in getOption() method
|
D | PlainSocketImpl.java | 102 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in PlainSocketImpl
|
D | SocketImpl.java | 392 <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in SocketImpl
|
D | PlainDatagramSocketImpl.java | 77 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in PlainDatagramSocketImpl
|
D | AbstractPlainDatagramSocketImpl.java | 350 public Object getOption(int optID) throws SocketException { in getOption() method in AbstractPlainDatagramSocketImpl
|
D | AbstractPlainSocketImpl.java | 310 public Object getOption(int opt) throws SocketException { in getOption() method in AbstractPlainSocketImpl
|
/libcore/ojluni/src/main/java/jdk/net/ |
D | Sockets.java | 202 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/ |
D | NetworkChannel.java | 152 <T> T getOption(SocketOption<T> name) throws IOException; in getOption() method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockServerSocketChannel.java | 70 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in MockServerSocketChannel
|
D | MockSocketChannel.java | 121 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in MockSocketChannel
|
D | MockDatagramChannel.java | 111 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in MockDatagramChannel
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileDescriptorHolderSocketImpl.java | 52 public Object getOption(int optID) throws SocketException { in getOption() method in FileDescriptorHolderSocketImpl
|
D | AsynchronousServerSocketChannelImpl.java | 207 public final <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in AsynchronousServerSocketChannelImpl
|
D | ServerSocketChannelImpl.java | 159 public <T> T getOption(SocketOption<T> name) in getOption() method in ServerSocketChannelImpl
|
D | SocketChannelImpl.java | 238 public <T> T getOption(SocketOption<T> name) in getOption() method in SocketChannelImpl
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | PlainSocketImpl.java | 46 protected <T> T getOption(java.net.SocketOption<T> name) throws java.io.IOException { in getOption() method in PlainSocketImpl
|
D | SocketImpl.java | 128 <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/ |
D | OldSocketImplFactoryTest.java | 170 public Object getOption(int arg0) throws SocketException { in getOption() method in OldSocketImplFactoryTest.MockSocketImpl
|
D | OldDatagramSocketImplFactoryTest.java | 198 public Object getOption(int arg0) throws SocketException { in getOption() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
|
D | OldServerSocketTest.java | 373 public Object getOption(int arg0) throws SocketException { in getOption() method in OldServerSocketTest.MockSocketImpl
|
D | SocketTest.java | 216 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/ |
D | DatagramSocketImplTest.java | 81 public Object getOption(int optID) throws SocketException { in getOption() method in MockDatagramSocketImpl
|
D | SocketImplTest.java | 118 public Object getOption(int optID) throws SocketException { in getOption() method in SocketImplTest.MockSocketImpl
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | OldSocketChannelTest.java | 445 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in OldSocketChannelTest.MockSocketChannel
|