Methods Summary |
---|
public void | bind(android.net.LocalSocketAddress bindpoint) throw new RuntimeException("Stub!");
|
public void | close() throw new RuntimeException("Stub!");
|
public void | connect(android.net.LocalSocketAddress endpoint, int timeout) throw new RuntimeException("Stub!");
|
public void | connect(android.net.LocalSocketAddress endpoint) throw new RuntimeException("Stub!");
|
public java.io.FileDescriptor[] | getAncillaryFileDescriptors() throw new RuntimeException("Stub!");
|
public java.io.FileDescriptor | getFileDescriptor() throw new RuntimeException("Stub!");
|
public java.io.InputStream | getInputStream() throw new RuntimeException("Stub!");
|
public android.net.LocalSocketAddress | getLocalSocketAddress() throw new RuntimeException("Stub!");
|
public java.io.OutputStream | getOutputStream() throw new RuntimeException("Stub!");
|
public android.net.Credentials | getPeerCredentials() throw new RuntimeException("Stub!");
|
public int | getReceiveBufferSize() throw new RuntimeException("Stub!");
|
public android.net.LocalSocketAddress | getRemoteSocketAddress() throw new RuntimeException("Stub!");
|
public int | getSendBufferSize() throw new RuntimeException("Stub!");
|
public int | getSoTimeout() throw new RuntimeException("Stub!");
|
public synchronized boolean | isBound() throw new RuntimeException("Stub!");
|
public boolean | isClosed() throw new RuntimeException("Stub!");
|
public synchronized boolean | isConnected() throw new RuntimeException("Stub!");
|
public boolean | isInputShutdown() throw new RuntimeException("Stub!");
|
public boolean | isOutputShutdown() throw new RuntimeException("Stub!");
|
public void | setFileDescriptorsForSend(java.io.FileDescriptor[] fds) throw new RuntimeException("Stub!");
|
public void | setReceiveBufferSize(int size) throw new RuntimeException("Stub!");
|
public void | setSendBufferSize(int n) throw new RuntimeException("Stub!");
|
public void | setSoTimeout(int n) throw new RuntimeException("Stub!");
|
public void | shutdownInput() throw new RuntimeException("Stub!");
|
public void | shutdownOutput() throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|