android.net
Class LocalServerSocket
java.lang.Object
android.net.LocalServerSocket
public class LocalServerSocket
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalServerSocket
public LocalServerSocket(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
LocalServerSocket
public LocalServerSocket(java.io.FileDescriptor fd)
throws java.io.IOException
- Throws:
java.io.IOException
getLocalSocketAddress
public LocalSocketAddress getLocalSocketAddress()
accept
public LocalSocket accept()
throws java.io.IOException
- Throws:
java.io.IOException
getFileDescriptor
public java.io.FileDescriptor getFileDescriptor()
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2008-2010. All Rights Reserved.