Searched refs:setSocketOptionLingerSeconds (Results 1 – 4 of 4) sorted by relevance
97 builder.setSocketOptionLingerSeconds(socket.getSoLinger()); in getSocketOptions()
415 .setSocketOptionLingerSeconds(10) in extractSocketData()821 new InternalChannelz.SocketOptions.Builder().setSocketOptionLingerSeconds(10).build())) in toSocketOptionsList()934 .setSocketOptionLingerSeconds(options.lingerSeconds); in toBuilder()
220 b.setSocketOptionLingerSeconds(lingerSeconds); in getSocketOptions()
1013 public Builder setSocketOptionLingerSeconds(Integer lingerSeconds) { in setSocketOptionLingerSeconds() method in InternalChannelz.SocketOptions.Builder