Searched refs:reading (Results 1 – 3 of 3) sorted by last modified time
206 *) Bugfix: established WebSocket connections could stop reading frames954 *) Bugfix: in reading client request body; the bug had appeared in 0.3.
78 wsFrameClient.ioe=Failure while reading data sent by server
65 private AtomicBoolean reading = new AtomicBoolean(false); field in AsyncChannelWrapperSecure81 if (!reading.compareAndSet(false, true)) { in read()100 if (!reading.compareAndSet(false, true)) { in read()303 if (reading.compareAndSet(true, false)) { in run()330 if (reading.compareAndSet(true, false)) { in run()338 reading.set(false); in run()