mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
Reviewed-by: bpb
This commit is contained in:
parent
1aa788a7b9
commit
c306e3f059
15 changed files with 190 additions and 457 deletions
|
@ -482,6 +482,10 @@ public class Net {
|
|||
int remotePort)
|
||||
throws IOException;
|
||||
|
||||
public static native int accept(FileDescriptor fd,
|
||||
FileDescriptor newfd,
|
||||
InetSocketAddress[] isaa)
|
||||
throws IOException;
|
||||
|
||||
public static final int SHUT_RD = 0;
|
||||
public static final int SHUT_WR = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue