|
|||||||||
| Home >> All >> java >> nio >> channels >> [ spi overview ] | PREV NEXT | ||||||||
A
- AbstractInterruptibleChannel - class java.nio.channels.spi.AbstractInterruptibleChannel.
- AbstractInterruptibleChannel() - Constructor for class java.nio.channels.spi.AbstractInterruptibleChannel
- Initializes the channel.
- AbstractSelectableChannel - class java.nio.channels.spi.AbstractSelectableChannel.
- AbstractSelectableChannel(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelectableChannel
- Initializes the channel
- AbstractSelectionKey - class java.nio.channels.spi.AbstractSelectionKey.
- AbstractSelectionKey() - Constructor for class java.nio.channels.spi.AbstractSelectionKey
- Initializes the key.
- AbstractSelector - class java.nio.channels.spi.AbstractSelector.
- AbstractSelector(SelectorProvider) - Constructor for class java.nio.channels.spi.AbstractSelector
- Initializes the slector.
- addSelectionKey(SelectionKey) - Method in class java.nio.channels.spi.AbstractSelectableChannel
B
- begin() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Marks the beginning of an I/O operation that might block indefinitely.
- begin() - Method in class java.nio.channels.spi.AbstractSelector
- Marks the beginning of an I/O operation that might block indefinitely.
- blocking - Variable in class java.nio.channels.spi.AbstractSelectableChannel
- blockingLock() - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Retrieves the object upon which the configureBlocking and register methods synchronize.
C
- cancel() - Method in class java.nio.channels.spi.AbstractSelectionKey
- Cancels this key.
- cancelKey(AbstractSelectionKey) - Method in class java.nio.channels.spi.AbstractSelector
- Cancels a selection key.
- cancelled - Variable in class java.nio.channels.spi.AbstractSelectionKey
- cancelledKeys - Variable in class java.nio.channels.spi.AbstractSelector
- cancelledKeys() - Method in class java.nio.channels.spi.AbstractSelector
- Returns the cancelled keys set.
- close() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Closes the channel.
- close() - Method in class java.nio.channels.spi.AbstractSelector
- Closes the channel.
- closed - Variable in class java.nio.channels.spi.AbstractInterruptibleChannel
- closed - Variable in class java.nio.channels.spi.AbstractSelector
- configureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Adjusts this channel's blocking mode.
D
- deregister(AbstractSelectionKey) - Method in class java.nio.channels.spi.AbstractSelector
- Deregisters the given selection key.
E
- end(boolean) - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Marks the end of an I/O operation that might block indefinitely.
- end() - Method in class java.nio.channels.spi.AbstractSelector
- Marks the end of an I/O operation that might block indefinitely.
I
- implCloseChannel() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Closes the channel.
- implCloseChannel() - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Closes this channel.
- implCloseSelectableChannel() - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Closes this selectable channel.
- implCloseSelector() - Method in class java.nio.channels.spi.AbstractSelector
- Closes the channel.
- implConfigureBlocking(boolean) - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Adjusts this channel's blocking mode.
- isBlocking() - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Tells whether or not every I/O operation on this channel will block until it completes.
- isOpen() - Method in class java.nio.channels.spi.AbstractInterruptibleChannel
- Tells whether or not this channel is open.
- isOpen() - Method in class java.nio.channels.spi.AbstractSelector
- Tells whether this channel is open or not.
- isRegistered() - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Tells whether or not this channel is currently registered with any selectors.
- isValid() - Method in class java.nio.channels.spi.AbstractSelectionKey
- Tells whether this key is valid or not.
J
- java.nio.channels.spi - package java.nio.channels.spi
- Classes for creating, selecting and non-blocking reading and writing of buffers from files and sockets.
K
- keyFor(Selector) - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Retrieves the key representing the channel's registration with the given selector.
- keys - Variable in class java.nio.channels.spi.AbstractSelectableChannel
L
- LOCK - Variable in class java.nio.channels.spi.AbstractSelectableChannel
- locate(Selector) - Method in class java.nio.channels.spi.AbstractSelectableChannel
O
- openDatagramChannel() - Method in class java.nio.channels.spi.SelectorProvider
- Opens a datagram channel.
- openPipe() - Method in class java.nio.channels.spi.SelectorProvider
- Opens a pipe.
- openSelector() - Method in class java.nio.channels.spi.SelectorProvider
- Opens a selector.
- openServerSocketChannel() - Method in class java.nio.channels.spi.SelectorProvider
- Opens a server socket channel.
- openSocketChannel() - Method in class java.nio.channels.spi.SelectorProvider
- Opens a socket channel.
P
- provider - Variable in class java.nio.channels.spi.AbstractSelectableChannel
- provider() - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Returns the provider that created this channel.
- provider - Variable in class java.nio.channels.spi.AbstractSelector
- provider() - Method in class java.nio.channels.spi.AbstractSelector
- Returns the provider for this selector object.
- provider() - Static method in class java.nio.channels.spi.SelectorProvider
- Returns the system-wide default selector provider for this invocation of the Java virtual machine.
R
- register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
- Registers this channel with the given selector, returning a selection key.
- register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
- Registers a channel for the selection process.
- removeSelectionKey(SelectionKey) - Method in class java.nio.channels.spi.AbstractSelectableChannel
S
- SelectorProvider - class java.nio.channels.spi.SelectorProvider.
- SelectorProvider() - Constructor for class java.nio.channels.spi.SelectorProvider
- Initializes the selector provider.
- systemDefaultProvider - Static variable in class java.nio.channels.spi.SelectorProvider
A B C D E I J K L O P R S
|
|||||||||
| Home >> All >> java >> nio >> channels >> [ spi overview ] | PREV NEXT | ||||||||