|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatagramChannel | |
---|---|
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. |
org.classpath.icedtea.java.nio.channels.spi | Service-provider classes for the org.classpath.icedtea.java.nio.channels package. |
Uses of DatagramChannel in org.classpath.icedtea.java.nio.channels |
---|
Methods in org.classpath.icedtea.java.nio.channels that return DatagramChannel | ||
---|---|---|
abstract DatagramChannel |
DatagramChannel.bind(SocketAddress local)
|
|
static DatagramChannel |
DatagramChannel.open()
Opens a datagram channel. |
|
static DatagramChannel |
DatagramChannel.open(ProtocolFamily family)
Opens a datagram channel. |
|
abstract
|
DatagramChannel.setOption(SocketOption<T> name,
T value)
|
Uses of DatagramChannel in org.classpath.icedtea.java.nio.channels.spi |
---|
Methods in org.classpath.icedtea.java.nio.channels.spi that return DatagramChannel | |
---|---|
abstract DatagramChannel |
SelectorProvider.openDatagramChannel()
Opens a datagram channel. |
abstract DatagramChannel |
SelectorProvider.openDatagramChannel(ProtocolFamily family)
Opens a datagram channel. |
|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.