java.lang.Object
java.net.SocketImpl
- All Implemented Interfaces:
- SocketOptions
- See Also:
- Source Code
protected abstract void accept(SocketImpl s)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected InetAddress address
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract int available()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void bind(InetAddress host,
int port)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void close()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void connect(String host,
int port)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void connect(InetAddress address,
int port)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void connect(SocketAddress address,
int timeout)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void create(boolean stream)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected FileDescriptor fd
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected FileDescriptor getFileDescriptor()
- See Also:
fd
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected InetAddress getInetAddress()
- See Also:
address
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract InputStream getInputStream()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getLocalPort()
- See Also:
localport
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract OutputStream getOutputStream()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getPort()
- See Also:
port
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void listen(int backlog)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int localport
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int port
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected abstract void sendUrgentData(int data)
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void setPerformancePreferences(int connectionTime,
int latency,
int bandwidth)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void shutdownInput()
throws IOException
- See Also:
Socket.setSoLinger(boolean, int)
, Socket.close()
, Socket.shutdownOutput()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void shutdownOutput()
throws IOException
- See Also:
Socket.setSoLinger(boolean, int)
, Socket.close()
, Socket.shutdownInput()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public SocketImpl()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected boolean supportsUrgentData()
- See Also:
address
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples