Searched refs:setTcpKeepAliveTime (Results 1 – 1 of 1) sorted by relevance
218 setTcpKeepAliveTime(fd, (Integer) value); in sun.net.ext.ExtendedSocketOptions.register()300 private static void setTcpKeepAliveTime(FileDescriptor fd, int value) in setTcpKeepAliveTime() method in ExtendedSocketOptions302 platformSocketOptions.setTcpKeepAliveTime(fdAccess.get(fd), value); in setTcpKeepAliveTime()395 void setTcpKeepAliveTime(int fd, final int value) throws SocketException { in setTcpKeepAliveTime() method in ExtendedSocketOptions.PlatformSocketOptions