Modifier and Type | Class and Description |
---|---|
public static class | |
public static class | |
public static class |
Modifier and Type | Field and Description |
---|---|
pack-priv static final int | |
pack-priv static final int | |
pack-priv static final int | |
pack-priv static final int | |
private static Channel | |
private static int | |
private static boolean | |
private static final int | |
private static final int | |
private static final int | |
private static final int | |
private static final int | |
private static final int |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private static native int | |
private static void | |
private static native void | |
private static Channel | |
private static void | |
private static native int | |
private static native void | |
public static synchronized Channel | |
private static native InetAddress | |
private static native void | |
private static native boolean | |
private static native int | |
private static native int | |
pack-priv static ProtocolFamily | |
pack-priv static ProtocolFamily | |
private static native int | |
private static String | |
private static native byte[] |
AF_INET | back to summary |
---|---|
pack-priv static final int AF_INET |
AF_INET6 | back to summary |
---|---|
pack-priv static final int AF_INET6 |
AF_UNIX | back to summary |
---|---|
pack-priv static final int AF_UNIX |
AF_UNKNOWN | back to summary |
---|---|
pack-priv static final int AF_UNKNOWN |
channel | back to summary |
---|---|
private static Channel channel |
devnull | back to summary |
---|---|
private static int devnull |
haveChannel | back to summary |
---|---|
private static boolean haveChannel |
O_RDONLY | back to summary |
---|---|
private static final int O_RDONLY |
O_RDWR | back to summary |
---|---|
private static final int O_RDWR |
O_WRONLY | back to summary |
---|---|
private static final int O_WRONLY |
SOCK_DGRAM | back to summary |
---|---|
private static final int SOCK_DGRAM |
SOCK_STREAM | back to summary |
---|---|
private static final int SOCK_STREAM |
UNKNOWN | back to summary |
---|---|
private static final int UNKNOWN |
InheritedChannel | back to summary |
---|---|
pack-priv InheritedChannel() |
addressFamily | back to summary |
---|---|
private static native int addressFamily(int fd) |
checkAccess | back to summary |
---|---|
private static void checkAccess() |
close0 | back to summary |
---|---|
private static native void close0(int fd) throws IOException |
createChannel | back to summary |
---|---|
private static Channel createChannel() throws IOException |
detachIOStreams | back to summary |
---|---|
private static void detachIOStreams() |
dup | back to summary |
---|---|
private static native int dup(int fd) throws IOException |
dup2 | back to summary |
---|---|
private static native void dup2(int fd, int fd2) throws IOException |
getChannel | back to summary |
---|---|
public static synchronized Channel getChannel() throws IOException |
inetPeerAddress0 | back to summary |
---|---|
private static native InetAddress inetPeerAddress0(int fd) |
initIDs | back to summary |
---|---|
private static native void initIDs() |
isConnected | back to summary |
---|---|
private static native boolean isConnected(int fd) |
open0 | back to summary |
---|---|
private static native int open0(String path, int oflag) throws IOException |
peerPort0 | back to summary |
---|---|
private static native int peerPort0(int fd) |
protocolFamily | back to summary |
---|---|
pack-priv static ProtocolFamily protocolFamily(SocketAddress sa) |
protocolFamily | back to summary |
---|---|
pack-priv static ProtocolFamily protocolFamily(int family) |
soType0 | back to summary |
---|---|
private static native int soType0(int fd) |
unixPeerAddress | back to summary |
---|---|
private static String unixPeerAddress(int fd) throws IOException |
unixPeerAddress0 | back to summary |
---|---|
private static native byte[] unixPeerAddress0(int fd) |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected void | implCloseSelectableChannel()
Overrides sun. Invoked by implCloseChannel to close the channel. |
InheritedDatagramChannelImpl | back to summary |
---|---|
pack-priv InheritedDatagramChannelImpl(SelectorProvider sp, FileDescriptor fd) throws IOException |
implCloseSelectableChannel | back to summary |
---|---|
protected void implCloseSelectableChannel() throws IOException Overrides sun. Doc from sun. Invoked by implCloseChannel to close the channel.
|
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected void | implCloseSelectableChannel()
Overrides sun. Invoked by implCloseChannel to close the channel. |
InheritedServerSocketChannelImpl | back to summary |
---|---|
pack-priv InheritedServerSocketChannelImpl(SelectorProvider sp, ProtocolFamily family, FileDescriptor fd) throws IOException |
implCloseSelectableChannel | back to summary |
---|---|
protected void implCloseSelectableChannel() throws IOException Overrides sun. Doc from sun. Invoked by implCloseChannel to close the channel.
|
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected void | implCloseSelectableChannel()
Overrides sun. Invoked by implCloseChannel to close the channel. |
InheritedSocketChannelImpl | back to summary |
---|---|
pack-priv InheritedSocketChannelImpl(SelectorProvider sp, FileDescriptor fd, SocketAddress remote) throws IOException |
implCloseSelectableChannel | back to summary |
---|---|
protected void implCloseSelectableChannel() throws IOException Overrides sun. Doc from sun. Invoked by implCloseChannel to close the channel.
|