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

/libcore/luni/src/main/java/java/net/
H A DSocketOptions.java150 public Object getOption(int optID) throws SocketException; method in interface:SocketOptions
H A DPlainDatagramSocketImpl.java105 @Override public Object getOption(int option) throws SocketException { method in class:PlainDatagramSocketImpl
111 return (Integer) getOption(IoBridge.JAVA_IP_MULTICAST_TTL);
H A DPlainSocketImpl.java244 @Override public Object getOption(int option) throws SocketException { method in class:PlainSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java76 assertNull(dsi.getOption(0));
198 public Object getOption(int arg0) throws SocketException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
H A DOldSocketImplFactoryTest.java57 assertNull(si.getOption(0));
170 public Object getOption(int arg0) throws SocketException { method in class:OldSocketImplFactoryTest.MockSocketImpl
H A DOldServerSocketTest.java382 public Object getOption(int arg0) throws SocketException { method in class:OldServerSocketTest.MockSocketImpl
H A DOldDatagramSocketTest.java1094 public Object getOption(int arg0) throws SocketException {
2114 public Object getOption(int arg0) throws SocketException { method in class:OldDatagramSocketTest.TestDatagramSocketImpl
H A DOldSocketTest.java2242 public Object getOption(int arg0) throws SocketException { method in class:OldSocketTest.MockSocketImpl

Completed in 71 milliseconds