|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.nio.NIOUtils
public class NIOUtils
Utility class for NIO on IBM JRE's.
Constructor Summary | |
---|---|
NIOUtils()
|
Method Summary | |
---|---|
static long |
getFileDescriptor(java.nio.channels.SocketChannel channel)
Retrieve the value of the Socket descriptor represented by the supplied connected java.nio.channels.SocketChannel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NIOUtils()
Method Detail |
---|
public static long getFileDescriptor(java.nio.channels.SocketChannel channel)
channel
- A connected java.nio.channels.SocketChannel.
java.nio.channels.NotYetConnectedException
- if the SocketChannel is not connected
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |