Searched refs:setIntOption (Results 1 – 2 of 2) sorted by relevance
294 private void setIntOption(SocketOption<Integer> name, int value) in setIntOption() method in SocketAdaptor333 setIntOption(StandardSocketOptions.SO_LINGER, linger); in setSoLinger()368 setIntOption(StandardSocketOptions.SO_SNDBUF, size); in setSendBufferSize()379 setIntOption(StandardSocketOptions.SO_RCVBUF, size); in setReceiveBufferSize()395 setIntOption(StandardSocketOptions.IP_TOS, tc); in setTrafficClass()
275 private void setIntOption(SocketOption<Integer> name, int value) in setIntOption() method in DatagramSocketAdaptor306 setIntOption(StandardSocketOptions.SO_SNDBUF, size); in setSendBufferSize()316 setIntOption(StandardSocketOptions.SO_RCVBUF, size); in setReceiveBufferSize()341 setIntOption(StandardSocketOptions.IP_TOS, tc); in setTrafficClass()