Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DSocketOptions.java150 public Object getOption(int optID) throws SocketException; in getOption() method
DPlainDatagramSocketImpl.java105 @Override public Object getOption(int option) throws SocketException { in getOption() method in PlainDatagramSocketImpl
DPlainSocketImpl.java244 @Override public Object getOption(int option) throws SocketException { in getOption() method in PlainSocketImpl
/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.java389 public Object getOption(int arg0) throws SocketException { in getOption() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java162 public Object getOption(int arg0) throws SocketException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldDatagramSocketTest.java1094 public Object getOption(int arg0) throws SocketException { in test_sendLjava_net_DatagramPacket() method in OldDatagramSocketTest.testDatagramSocketImpl
2114 public Object getOption(int arg0) throws SocketException { in getOption() method in OldDatagramSocketTest.TestDatagramSocketImpl
DOldSocketTest.java2443 public Object getOption(int arg0) throws SocketException { in getOption() method in OldSocketTest.MockSocketImpl