|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.net.LocalServerSocket
public class LocalServerSocket
non-standard class for creating inbound UNIX-domain socket on the Android platform, this is created in the Linux non-filesystem namespace. On simulator platforms, this may be created in a temporary directory on the filesystem
| Constructor Summary | |
|---|---|
LocalServerSocket(FileDescriptor fd)
Create a LocalServerSocket from a file descriptor that's already been created and bound. |
|
LocalServerSocket(String name)
Crewates a new server socket listening at specified name. |
|
| Method Summary | |
|---|---|
LocalSocket |
accept()
Accepts a new connection to the socket. |
void |
close()
Closes server socket. |
FileDescriptor |
getFileDescriptor()
Returns file descriptor or null if not yet open/already closed |
LocalSocketAddress |
getLocalSocketAddress()
Obtains the socket's local address |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalServerSocket(String name)
throws IOException
name - address for socket
IOException
public LocalServerSocket(FileDescriptor fd)
throws IOException
fd - bound file descriptor
IOException| Method Detail |
|---|
public LocalSocketAddress getLocalSocketAddress()
public LocalSocket accept()
throws IOException
IOExceptionpublic FileDescriptor getFileDescriptor()
public void close()
throws IOException
IOException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||