NIO2 API

Uses of Interface
org.classpath.icedtea.java.nio.channels.MulticastChannel

Packages that use MulticastChannel
org.classpath.icedtea.java.nio.channels 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. 
 

Uses of MulticastChannel in org.classpath.icedtea.java.nio.channels
 

Classes in org.classpath.icedtea.java.nio.channels that implement MulticastChannel
 class AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
 class DatagramChannel
          A selectable channel for datagram-oriented sockets.
 

Methods in org.classpath.icedtea.java.nio.channels that return MulticastChannel
abstract  MulticastChannel MembershipKey.channel()
          Returns the channel for which this membership key was created.
 


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.