| Klasse java.net.SocketImpl | 1.0 |
java.lang.Object | +--java.net.SocketImpl
| Datenelemente | |
|---|---|
| protected FileDescriptor | fd |
| protected InetAddress | address |
| protected int | port |
| protected int | localport |
| Methoden | |
|---|---|
| protected abstract void | accept(SocketImpl s) |
| protected abstract int | available() |
| protected abstract void | bind(InetAddress host, int port) |
| protected abstract void | close() |
| protected abstract void | connect(String host, int port) |
| protected abstract void | connect(InetAddress address, int port) |
| protected abstract void | connect(SocketAddress address, int timeout) ![]() |
| protected abstract void | create(boolean stream) |
| protected FileDescriptor | getFileDescriptor() |
| protected InetAddress | getInetAddress() |
| protected abstract InputStream | getInputStream() |
| protected int | getLocalPort() |
| protected abstract OutputStream | getOutputStream() |
| protected int | getPort() |
| protected abstract void | listen(int backlog) |
| public void | sendUrgentData(int data) ![]() |
| public void | shutdownInput() ![]() |
| public void | shutdownOutput() ![]() |
| protected boolean | supportsUrgentData() ![]() |
| public String | toString() |
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)
![[1.3]](../../images/marg13.gif)
![[1.3]](../../images/marg13.gif)
![[1.4]](../../images/marg14.gif)