Searched defs:lingerSeconds (Results 1 – 3 of 3) sorted by relevance
218 Integer lingerSeconds = config.getOption(SO_LINGER); in getSocketOptions() local
247 static SocketOption toSocketOptionLinger(int lingerSeconds) { in toSocketOptionLinger()
981 @Nullable public final Integer lingerSeconds; field in InternalChannelz.SocketOptions987 @Nullable Integer lingerSeconds, in SocketOptions()1002 private Integer lingerSeconds; field in InternalChannelz.SocketOptions.Builder1013 public Builder setSocketOptionLingerSeconds(Integer lingerSeconds) { in setSocketOptionLingerSeconds()