|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.java.nio.VMChannel.Kind
static class VMChannel.Kind
An enumeration of possible kinds of channel.
Field Summary | |
---|---|
(package private) static VMChannel.Kind |
FILE
A file. |
(package private) static VMChannel.Kind |
OTHER
Something else; not a socket or file. |
(package private) static VMChannel.Kind |
SOCK_DGRAM
A datagram (UDP) socket. |
(package private) static VMChannel.Kind |
SOCK_STREAM
A streaming (TCP) socket. |
Constructor Summary | |
---|---|
private |
VMChannel.Kind()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final VMChannel.Kind SOCK_STREAM
static final VMChannel.Kind SOCK_DGRAM
static final VMChannel.Kind FILE
static final VMChannel.Kind OTHER
Constructor Detail |
---|
private VMChannel.Kind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |