mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
Merge
This commit is contained in:
commit
ff08ed9bb1
1 changed files with 0 additions and 5 deletions
|
@ -304,11 +304,6 @@ class PlainSocketImpl extends AbstractPlainSocketImpl
|
||||||
return impl.socketGetOption(opt, iaContainerObj);
|
return impl.socketGetOption(opt, iaContainerObj);
|
||||||
}
|
}
|
||||||
|
|
||||||
int socketGetOption1(int opt, Object iaContainerObj, FileDescriptor fd)
|
|
||||||
throws SocketException {
|
|
||||||
return impl.socketGetOption1(opt, iaContainerObj, fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
void socketSendUrgentData(int data) throws IOException {
|
void socketSendUrgentData(int data) throws IOException {
|
||||||
impl.socketSendUrgentData(data);
|
impl.socketSendUrgentData(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue