/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 | 126 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 | DatagramSocketImpl.java | 326 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in DatagramSocketImpl
|
D | PlainDatagramSocketImpl.java | 77 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in PlainDatagramSocketImpl
|
D | SocketImpl.java | 432 protected <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in SocketImpl
|
D | ServerSocket.java | 1006 public <T> T getOption(SocketOption<T> name) throws IOException { in getOption() method in ServerSocket
|
D | AbstractPlainDatagramSocketImpl.java | 350 public Object getOption(int optID) throws SocketException { in getOption() method in AbstractPlainDatagramSocketImpl
|
/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/sun/net/ext/ |
D | ExtendedSocketOptions.java | 86 public abstract Object getOption(FileDescriptor fd, SocketOption<?> option) in getOption() method in ExtendedSocketOptions 131 public Object getOption(FileDescriptor fd, SocketOption<?> option) in getOption() method in ExtendedSocketOptions.NoExtendedSocketOptions
|
/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
|
/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
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 118 public Object getOption(int optID) throws SocketException { in getOption() method in SocketImplTest.MockSocketImpl
|
D | DatagramSocketImplTest.java | 109 public Object getOption(int optID) throws SocketException { in getOption() method in MockDatagramSocketImpl
|
/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
|