(inChannelOperation): New field. (isInChannelOperation): New accessor. (setInChannelOperation): New modifier. * gnu/java/nio/ServerSocketChannelImpl.java (accept): Set and reset our server socket's PlainSocketImpl's "in channel operation" indicator before and after delegating the accept to our server socket. * gnu/java/nio/SocketChannelImpl.java (connect): Set and reset our socket's PlainSocketImpl's "in channel operation" indicator before and after delegating the operation to our socket. (read): Likewise. (write): Likewise. * java/net/ServerSocket.java (implAccept): Don't throw an IllegalBlockingModeException if we have a non-blocking channel which initiated this accept operation. * java/net/Socket.java (connect): Don't throw an IllegalBlockingModeException if we have a non-blocking channel which initiated this connect operation. * java/nio/channels/spi/AbstractSelectableChannel.java (configureBlocking): Only call implConfigureBlocking() if the desired blocking mode is different from our current one. From-SVN: r76956
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| channels | Loading commit data... | |
| charset | Loading commit data... | |
| Buffer.java | Loading commit data... | |
| BufferOverflowException.java | Loading commit data... | |
| BufferUnderflowException.java | Loading commit data... | |
| ByteBuffer.java | Loading commit data... | |
| ByteBufferHelper.java | Loading commit data... | |
| ByteBufferImpl.java | Loading commit data... | |
| ByteOrder.java | Loading commit data... | |
| CharBuffer.java | Loading commit data... | |
| CharBufferImpl.java | Loading commit data... | |
| CharViewBufferImpl.java | Loading commit data... | |
| DirectByteBufferImpl.java | Loading commit data... | |
| DoubleBuffer.java | Loading commit data... | |
| DoubleBufferImpl.java | Loading commit data... | |
| DoubleViewBufferImpl.java | Loading commit data... | |
| FloatBuffer.java | Loading commit data... | |
| FloatBufferImpl.java | Loading commit data... | |
| FloatViewBufferImpl.java | Loading commit data... | |
| IntBuffer.java | Loading commit data... | |
| IntBufferImpl.java | Loading commit data... | |
| IntViewBufferImpl.java | Loading commit data... | |
| InvalidMarkException.java | Loading commit data... | |
| LongBuffer.java | Loading commit data... | |
| LongBufferImpl.java | Loading commit data... | |
| LongViewBufferImpl.java | Loading commit data... | |
| MappedByteBuffer.java | Loading commit data... | |
| MappedByteBufferImpl.java | Loading commit data... | |
| ReadOnlyBufferException.java | Loading commit data... | |
| ShortBuffer.java | Loading commit data... | |
| ShortBufferImpl.java | Loading commit data... | |
| ShortViewBufferImpl.java | Loading commit data... | |
| natDirectByteBufferImpl.cc | Loading commit data... |