📄 natplaindatagramsocketimplnonet.cc
字号:
/* Copyright (C) 2003 Free Software Foundation This file is part of libgcj.This software is copyrighted work licensed under the terms of theLibgcj License. Please consult the file "LIBGCJ_LICENSE" fordetails. */#include <config.h>#include <platform.h>#include <gnu/java/net/PlainDatagramSocketImpl.h>#include <java/io/IOException.h>#include <java/lang/Object.h>#include <java/net/BindException.h>#include <java/net/DatagramPacket.h>#include <java/net/InetAddress.h>#include <java/net/NetworkInterface.h>#include <java/net/SocketException.h>voidgnu::java::net::PlainDatagramSocketImpl::create (){ throw new ::java::net::SocketException ( JvNewStringLatin1 ("DatagramSocketImpl.create: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::bind (jint, ::java::net::InetAddress *){ throw new ::java::net::BindException ( JvNewStringLatin1 ("DatagramSocketImpl.bind: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::connect (::java::net::InetAddress *, jint){ throw new ::java::net::SocketException ( JvNewStringLatin1 ("DatagramSocketImpl.connect: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::disconnect (){ throw new ::java::net::SocketException ( JvNewStringLatin1 ("DatagramSocketImpl.disconnect: unimplemented"));}jintgnu::java::net::PlainDatagramSocketImpl::peek (::java::net::InetAddress *){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.peek: unimplemented"));}jintgnu::java::net::PlainDatagramSocketImpl::peekData (::java::net::DatagramPacket *){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.peekData: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::close (){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.close: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::send (::java::net::DatagramPacket *){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.send: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::receive (::java::net::DatagramPacket *){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.receive: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::setTimeToLive (jint){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.setTimeToLive: unimplemented"));}jintgnu::java::net::PlainDatagramSocketImpl::getTimeToLive (){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.getTimeToLive: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::mcastGrp (::java::net::InetAddress *, ::java::net::NetworkInterface *, jboolean){ throw new ::java::io::IOException ( JvNewStringLatin1 ("DatagramSocketImpl.mcastGrp: unimplemented"));}voidgnu::java::net::PlainDatagramSocketImpl::setOption (jint, ::java::lang::Object *){ throw new ::java::net::SocketException ( JvNewStringLatin1 ("DatagramSocketImpl.setOption: unimplemented"));}::java::lang::Object *gnu::java::net::PlainDatagramSocketImpl::getOption (jint){ throw new ::java::net::SocketException ( JvNewStringLatin1 ("DatagramSocketImpl.getOption: unimplemented"));}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -