android.net
Class LocalServerSocket
java.lang.Object
android.net.LocalServerSocket
public class LocalServerSocket
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalServerSocket
public LocalServerSocket(String name)
throws IOException
- Throws:
IOException
LocalServerSocket
public LocalServerSocket(FileDescriptor fd)
throws IOException
- Throws:
IOException
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.