Home
last modified time | relevance | path

Searched defs:timeoutExpiry (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/server/
H A DWsRemoteEndpointImplServer.java50 private volatile long timeoutExpiry = -1; field in WsRemoteEndpointImplServer
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java244 long timeoutExpiry = getTimeoutExpiry(); in sendMessageBlock() local
281 long timeoutExpiry) throws IOException { in sendMessageBlock()
/unit/src/java/nginx/unit/
H A DRequest.java1304 long timeoutExpiry) throws IOException in sendWsFrame()