Uses of Class
java.nio.channels.spi.AbstractSelectableChannel
Packages that use AbstractSelectableChannel
Package
Description
A Java API for Stream Control Transport Protocol.
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Service-provider classes for the
java.nio.channels
package.-
Uses of AbstractSelectableChannel in com.sun.nio.sctp
Subclasses of AbstractSelectableChannel in com.sun.nio.sctpModifier and TypeClassDescriptionclass
A selectable channel for message-oriented connected SCTP sockets.class
A selectable channel for message-oriented SCTP sockets.class
A selectable channel for message-oriented listening SCTP sockets. -
Uses of AbstractSelectableChannel in java.nio.channels
Subclasses of AbstractSelectableChannel in java.nio.channelsModifier and TypeClassDescriptionclass
A selectable channel for datagram-oriented sockets.static class
A channel representing the writable end of aPipe
.static class
A channel representing the readable end of aPipe
.class
A selectable channel for stream-oriented listening sockets.class
A selectable channel for stream-oriented connecting sockets. -
Uses of AbstractSelectableChannel in java.nio.channels.spi
Methods in java.nio.channels.spi with parameters of type AbstractSelectableChannelModifier and TypeMethodDescriptionprotected abstract SelectionKey
AbstractSelector.register(AbstractSelectableChannel ch, int ops, Object att)
Registers the given channel with this selector.