gcc/libjava/java/nio
Mohan Embar 7dcc98e25c * gnu/java/net/PlainSocketImpl.java
(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
2004-01-30 13:43:21 +00:00
..
channels * gnu/java/net/PlainSocketImpl.java 2004-01-30 13:43:21 +00:00
charset
Buffer.java 2003-10-13 Michael Koch <konqueror@gmx.de> 2003-10-13 04:45:03 +00:00
BufferOverflowException.java
BufferUnderflowException.java
ByteBuffer.java 2003-11-11 Michael Koch <konqueror@gmx.de> 2003-11-11 11:56:58 +00:00
ByteBufferHelper.java ByteBufferHelper.java: Rewrote all methods by suggestions from Eric Blake. 2003-10-02 15:02:32 +00:00
ByteBufferImpl.java ByteBufferHelper.java: New file. 2003-09-25 06:43:52 +00:00
ByteOrder.java ByteOrder.java, [...]: Add code to load library with code for native methods if needed. 2003-10-21 12:55:02 +00:00
CharBuffer.java
CharBufferImpl.java
CharViewBufferImpl.java
DirectByteBufferImpl.java ByteOrder.java, [...]: Add code to load library with code for native methods if needed. 2003-10-21 12:55:02 +00:00
DoubleBuffer.java
DoubleBufferImpl.java
DoubleViewBufferImpl.java
FloatBuffer.java
FloatBufferImpl.java
FloatViewBufferImpl.java
IntBuffer.java
IntBufferImpl.java
IntViewBufferImpl.java
InvalidMarkException.java
LongBuffer.java
LongBufferImpl.java
LongViewBufferImpl.java
MappedByteBuffer.java 2003-10-13 Michael Koch <konqueror@gmx.de> 2003-10-13 04:45:03 +00:00
MappedByteBufferImpl.java ByteBufferHelper.java: New file. 2003-09-25 06:43:52 +00:00
natDirectByteBufferImpl.cc
ReadOnlyBufferException.java
ShortBuffer.java
ShortBufferImpl.java
ShortViewBufferImpl.java