Searched refs:getOption (Results 1 – 5 of 5) sorted by relevance
224 return ((Integer) impl.getOption(SocketOptions.SO_RCVBUF)).intValue(); in getReceiveBufferSize()232 return ((Integer) impl.getOption(SocketOptions.SO_TIMEOUT)).intValue(); in getSoTimeout()240 return ((Integer) impl.getOption(SocketOptions.SO_SNDBUF)).intValue(); in getSendBufferSize()
431 public Object getOption(int optID) throws IOException in getOption() method in LocalSocketImpl
114 if (A->getOption().getKind() == llvm::opt::Option::InputClass) in ParseArguments()123 switch (A->getOption().getID()) { in ParseArguments()139 switch (A->getOption().getID()) { in ParseArguments()200 if (lastBitwidthArg->getOption().matches(OPT_m32)) { in ParseArguments()
45847 method public abstract java.lang.Object getOption(int) throws java.net.SocketException;
43318 method public abstract java.lang.Object getOption(int) throws java.net.SocketException;