Home
last modified time | relevance | path

Searched refs:DEFAULT_BLOCKING_SEND_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DConstants.java115 public static final long DEFAULT_BLOCKING_SEND_TIMEOUT = 20 * 1000; field in Constants
H A DWsRemoteEndpointImplBase.java476 return Constants.DEFAULT_BLOCKING_SEND_TIMEOUT; in getBlockingSendTimeout()