Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Nio.channels Classes and Interfaces - 90 results found.
NameDescriptionTypePackageFramework
AbstractInterruptibleChannelBase implementation class for interruptible channels.Classjava.nio.channels.spiJava SE
AbstractSelectableChannelBase implementation class for selectable channels.Classjava.nio.channels.spiJava SE
AbstractSelectionKeyBase implementation class for selection keys.Classjava.nio.channels.spiJava SE
AbstractSelectorBase implementation class for selectors.Classjava.nio.channels.spiJava SE
AcceptPendingExceptionUnchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed.Classjava.nio.channelsJava SE
AlreadyBoundExceptionUnchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.Classjava.nio.channelsJava SE
AlreadyConnectedExceptionUnchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected.Classjava.nio.channelsJava SE
AsynchronousChannelGroupA grouping of asynchronous channels for the purpose of resource sharing.Classjava.nio.channelsJava SE
AsynchronousChannelProviderService-provider class for asynchronous channels.Classjava.nio.channels.spiJava SE
AsynchronousCloseExceptionChecked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/OClassjava.nio.channelsJava SE
AsynchronousFileChannelAn asynchronous channel for reading, writing, and manipulating a file.Classjava.nio.channelsJava SE
AsynchronousServerSocketChannelAn asynchronous channel for stream-oriented listening sockets.Classjava.nio.channelsJava SE
AsynchronousSocketChannelAn asynchronous channel for stream-oriented connecting sockets.Classjava.nio.channelsJava SE
AsynchronousByteChannelAn asynchronous channel that can read and write bytes.Interfacejava.nio.channelsJava SE
AsynchronousChannelA channel that supports asynchronous I/O operations.Interfacejava.nio.channelsJava SE
ByteChannelA channel that can read and write bytes.Interfacejava.nio.channelsJava SE
CancelledKeyExceptionUnchecked exception thrown when an attempt is made to use a selection key that is no longer valid.Classjava.nio.channelsJava SE
ChannelsUtility methods for channels and streams.Classjava.nio.channelsJava SE
ClosedByInterruptExceptionChecked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.Classjava.nio.channelsJava SE
ClosedChannelExceptionChecked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to thatClassjava.nio.channelsJava SE
ClosedSelectorExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.Classjava.nio.channelsJava SE
ConnectionPendingExceptionUnchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already inSince:1.Classjava.nio.channelsJava SE
ChannelA nexus for I/O operations.Interfacejava.nio.channelsJava SE
CompletionHandlerA handler for consuming the result of an asynchronous I/O operation.Interfacejava.nio.channelsJava SE
DatagramChannelA selectable channel for datagram-oriented sockets.Classjava.nio.channelsJava SE
FileChannelA channel for reading, writing, mapping, and manipulating a file.Classjava.nio.channelsJava SE
FileChannel .MapModeA typesafe enumeration for file-mapping modes.Classjava.nio.channels.FileChannelJava SE
FileLockA token representing a lock on a region of a file.Classjava.nio.channelsJava SE
FileLockInterruptionExceptionChecked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock.Classjava.nio.channelsJava SE
GatheringByteChannelA channel that can write bytes from a sequence of buffers.Interfacejava.nio.channelsJava SE
IllegalBlockingModeExceptionUnchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.Classjava.nio.channelsJava SE
IllegalChannelGroupExceptionUnchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.Classjava.nio.channelsJava SE
IllegalSelectorExceptionUnchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created theClassjava.nio.channelsJava SE
InterruptedByTimeoutExceptionChecked exception received by a thread when a timeout elapses before an asynchronous operation completes.Classjava.nio.channelsJava SE
InterruptibleChannelA channel that can be asynchronously closed and interrupted.Interfacejava.nio.channelsJava SE
MembershipKeyA token representing the membership of an Internet Protocol (IP) multicast A membership key may represent a membership to receive all datagrams sentClassjava.nio.channelsJava SE
MulticastChannelA network channel that supports Internet Protocol (IP) multicasting.Interfacejava.nio.channelsJava SE
NoConnectionPendingExceptionUnchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first successfully invoking its connect method.Classjava.nio.channelsJava SE
NonReadableChannelExceptionUnchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading.Classjava.nio.channelsJava SE
NonWritableChannelExceptionUnchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.Classjava.nio.channelsJava SE
NotYetBoundExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound.Classjava.nio.channelsJava SE
NotYetConnectedExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected.Classjava.nio.channelsJava SE
NetworkChannelA channel to a network socket.Interfacejava.nio.channelsJava SE
OverlappingFileLockExceptionUnchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same JavaClassjava.nio.channelsJava SE
PipeA pair of channels that implements a unidirectional pipe.Classjava.nio.channelsJava SE
Pipe .SinkChannelA channel representing the writable end of a Pipe.Classjava.nio.channels.PipeJava SE
Pipe .SourceChannelA channel representing the readable end of a Pipe.Classjava.nio.channels.PipeJava SE
ReadPendingExceptionUnchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed.Classjava.nio.channelsJava SE
ReadableByteChannelA channel that can read bytes.Interfacejava.nio.channelsJava SE
SelectableChannelA channel that can be multiplexed via a Selector.Classjava.nio.channelsJava SE
SelectionKeyA token representing the registration of a SelectableChannel with a A selection key is created each time a channel is registered with aClassjava.nio.channelsJava SE
SelectorA multiplexor of SelectableChannel objects.Classjava.nio.channelsJava SE
SelectorProviderService-provider class for selectors and selectable channels.Classjava.nio.channels.spiJava SE
ServerSocketChannelA selectable channel for stream-oriented listening sockets.Classjava.nio.channelsJava SE
ShutdownChannelGroupExceptionUnchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation Classjava.nio.channelsJava SE
SocketChannelA selectable channel for stream-oriented connecting sockets.Classjava.nio.channelsJava SE
ScatteringByteChannelA channel that can read bytes into a sequence of buffers.Interfacejava.nio.channelsJava SE
SeekableByteChannelA byte channel that maintains a current position and allows the position to be changed.Interfacejava.nio.channelsJava SE
UnresolvedAddressExceptionUnchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.Classjava.nio.channelsJava SE
UnsupportedAddressTypeExceptionUnchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.Classjava.nio.channelsJava SE
WritePendingExceptionUnchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed.Classjava.nio.channelsJava SE
WritableByteChannelA channel that can write bytes.Interfacejava.nio.channelsJava SE
AbstractInterruptibleChannelBase implementation class for interruptible channels.Classnio.channels.spiCode Trails
AbstractSelectableChannelBase implementation class for selectable channels.Classnio.channels.spiCode Trails
AbstractSelectionKeyBase implementation class for selection keys.Classnio.channels.spiCode Trails
AbstractSelectorBase implementation class for selectors.Classnio.channels.spiCode Trails
AcceptPendingExceptionUnchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed.Classnio.channelsCode Trails
AlreadyBoundExceptionUnchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.Classnio.channelsCode Trails
AlreadyConnectedExceptionUnchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected.Classnio.channelsCode Trails
AsynchronousByteChannelAn asynchronous channel that can read and write bytes.Interfacenio.channelsCode Trails
AsynchronousChannelA channel that supports asynchronous I/O operations.Interfacenio.channelsCode Trails
AsynchronousChannelGroupA grouping of asynchronous channels for the purpose of resource sharing.Classnio.channelsCode Trails
AsynchronousChannelProviderService-provider class for asynchronous channels.Classnio.channels.spiCode Trails
AsynchronousChannelProvider .ProviderHolderClassnio.channels.spi.AsynchronousChannelProviderCode Trails
AsynchronousCloseExceptionChecked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/OClassnio.channelsCode Trails
AsynchronousFileChannelAn asynchronous channel for reading, writing, and manipulating a file.Classnio.channelsCode Trails
AsynchronousServerSocketChannelAn asynchronous channel for stream-oriented listening sockets.Classnio.channelsCode Trails
AsynchronousSocketChannelAn asynchronous channel for stream-oriented connecting sockets.Classnio.channelsCode Trails
ByteChannelA channel that can read and write bytes.Interfacenio.channelsCode Trails
CancelledKeyExceptionUnchecked exception thrown when an attempt is made to use a selection key that is no longer valid.Classnio.channelsCode Trails
ChannelA nexus for I/O operations.Interfacenio.channelsCode Trails
ChannelsUtility methods for channels and streams.Classnio.channelsCode Trails
Channels .ReadableByteChannelImplClassnio.channels.ChannelsCode Trails
Channels .WritableByteChannelImplClassnio.channels.ChannelsCode Trails
ClosedByInterruptExceptionChecked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.Classnio.channelsCode Trails
ClosedChannelExceptionChecked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to thatClassnio.channelsCode Trails
ClosedSelectorExceptionUnchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.Classnio.channelsCode Trails
CompletionHandlerA handler for consuming the result of an asynchronous I/O operation.Interfacenio.channelsCode Trails
ConnectionPendingExceptionUnchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already inSince:1.Classnio.channelsCode Trails
DatagramChannelA selectable channel for datagram-oriented sockets.Classnio.channelsCode Trails