Searched refs:SO_TIMEOUT (Results 1 – 8 of 8) sorted by relevance
72 return params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0); in getSoTimeout()87 params.setIntParameter(CoreConnectionPNames.SO_TIMEOUT, timeout); in setSoTimeout()
59 public static final String SO_TIMEOUT = "http.socket.timeout"; field
246 impl.setOption(SocketOptions.SO_TIMEOUT, Integer.valueOf(n)); in setSoTimeout()250 return ((Integer) impl.getOption(SocketOptions.SO_TIMEOUT)).intValue(); in getSoTimeout()
426 case SocketOptions.SO_TIMEOUT: in getOption()488 case SocketOptions.SO_TIMEOUT: in setOption()
72 .setIntParameter(CoreConnectionPNames.SO_TIMEOUT, 5000) in TestHttpClient()
43330 field public static final int SO_TIMEOUT = 4102; // 0x100657231 field public static final java.lang.String SO_TIMEOUT = "http.socket.timeout";
63708 field public static final int SO_TIMEOUT = 4102; // 0x100678427 field @Deprecated public static final String SO_TIMEOUT = "http.socket.timeout";
63852 field public static final int SO_TIMEOUT = 4102; // 0x100678571 field @Deprecated public static final String SO_TIMEOUT = "http.socket.timeout";