android.net
Class LocalServerSocket

java.lang.Object
  extended by android.net.LocalServerSocket

public class LocalServerSocket
extends Object


Constructor Summary
LocalServerSocket(FileDescriptor fd)
           
LocalServerSocket(String name)
           
 
Method Summary
 LocalSocket accept()
           
 void close()
           
 FileDescriptor getFileDescriptor()
           
 LocalSocketAddress getLocalSocketAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServerSocket

public LocalServerSocket(String name)
                  throws IOException
Throws:
IOException

LocalServerSocket

public LocalServerSocket(FileDescriptor fd)
                  throws IOException
Throws:
IOException
Method Detail

getLocalSocketAddress

public LocalSocketAddress getLocalSocketAddress()

accept

public LocalSocket accept()
                   throws IOException
Throws:
IOException

getFileDescriptor

public FileDescriptor getFileDescriptor()

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2008-2012. All Rights Reserved.