Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv void | |
pack-priv void | |
pack-priv int | read(FileDescriptor fd, long address, int len)
Implements abstract sun. Reads up to len bytes from a socket with special handling for "connection reset". |
private static native int | |
pack-priv long | readv(FileDescriptor fd, long address, int len)
Implements abstract sun. Scattering read from a socket into len buffers with special handling for "connection reset". |
private static native long | |
pack-priv int | write(FileDescriptor fd, long address, int len)
Implements abstract sun.
|
pack-priv static native int | |
pack-priv long | writev(FileDescriptor fd, long address, int len)
Implements abstract sun.
|
pack-priv static native long |
SocketDispatcher | back to summary |
---|---|
pack-priv SocketDispatcher() |
close | back to summary |
---|---|
pack-priv void close(FileDescriptor fd) throws IOException Overrides sun. |
preClose | back to summary |
---|---|
pack-priv void preClose(FileDescriptor fd) throws IOException Overrides sun. |
read | back to summary |
---|---|
pack-priv int read(FileDescriptor fd, long address, int len) throws IOException Implements abstract sun. Reads up to len bytes from a socket with special handling for "connection reset".
|
read0 | back to summary |
---|---|
private static native int read0(FileDescriptor fd, long address, int len) throws IOException |
readv | back to summary |
---|---|
pack-priv long readv(FileDescriptor fd, long address, int len) throws IOException Implements abstract sun. Scattering read from a socket into len buffers with special handling for "connection reset".
|
readv0 | back to summary |
---|---|
private static native long readv0(FileDescriptor fd, long address, int len) throws IOException |
write | back to summary |
---|---|
pack-priv int write(FileDescriptor fd, long address, int len) throws IOException Implements abstract sun. |
write0 | back to summary |
---|---|
pack-priv static native int write0(FileDescriptor fd, long address, int len) throws IOException |
writev | back to summary |
---|---|
pack-priv long writev(FileDescriptor fd, long address, int len) throws IOException Implements abstract sun. |
writev0 | back to summary |
---|---|
pack-priv static native long writev0(FileDescriptor fd, long address, int len) throws IOException |