FileDocCategorySizeDatePackage
LocalSocket.javaAPI DocAndroid 5.1 API3003Sat Mar 14 14:09:42 GMT 2015android.net

LocalSocket

public class LocalSocket extends Object implements Closeable

Fields Summary
public static final int
SOCKET_DGRAM
public static final int
SOCKET_SEQPACKET
public static final int
SOCKET_STREAM
Constructors Summary
public LocalSocket()

 throw new RuntimeException("Stub!"); 
public LocalSocket(int sockType)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidbind(android.net.LocalSocketAddress bindpoint)

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public voidconnect(android.net.LocalSocketAddress endpoint, int timeout)

 throw new RuntimeException("Stub!"); 
public voidconnect(android.net.LocalSocketAddress endpoint)

 throw new RuntimeException("Stub!"); 
public java.io.FileDescriptor[]getAncillaryFileDescriptors()

 throw new RuntimeException("Stub!"); 
public java.io.FileDescriptorgetFileDescriptor()

 throw new RuntimeException("Stub!"); 
public java.io.InputStreamgetInputStream()

 throw new RuntimeException("Stub!"); 
public android.net.LocalSocketAddressgetLocalSocketAddress()

 throw new RuntimeException("Stub!"); 
public java.io.OutputStreamgetOutputStream()

 throw new RuntimeException("Stub!"); 
public android.net.CredentialsgetPeerCredentials()

 throw new RuntimeException("Stub!"); 
public intgetReceiveBufferSize()

 throw new RuntimeException("Stub!"); 
public android.net.LocalSocketAddressgetRemoteSocketAddress()

 throw new RuntimeException("Stub!"); 
public intgetSendBufferSize()

 throw new RuntimeException("Stub!"); 
public intgetSoTimeout()

 throw new RuntimeException("Stub!"); 
public synchronized booleanisBound()

 throw new RuntimeException("Stub!"); 
public booleanisClosed()

 throw new RuntimeException("Stub!"); 
public synchronized booleanisConnected()

 throw new RuntimeException("Stub!"); 
public booleanisInputShutdown()

 throw new RuntimeException("Stub!"); 
public booleanisOutputShutdown()

 throw new RuntimeException("Stub!"); 
public voidsetFileDescriptorsForSend(java.io.FileDescriptor[] fds)

 throw new RuntimeException("Stub!"); 
public voidsetReceiveBufferSize(int size)

 throw new RuntimeException("Stub!"); 
public voidsetSendBufferSize(int n)

 throw new RuntimeException("Stub!"); 
public voidsetSoTimeout(int n)

 throw new RuntimeException("Stub!"); 
public voidshutdownInput()

 throw new RuntimeException("Stub!"); 
public voidshutdownOutput()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");