| Package | Description |
|---|---|
| android.net |
| Modifier and Type | Method and Description |
|---|---|
LocalSocketAddress |
LocalSocket.getLocalSocketAddress() |
LocalSocketAddress |
LocalServerSocket.getLocalSocketAddress() |
LocalSocketAddress |
LocalSocket.getRemoteSocketAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSocket.bind(LocalSocketAddress bindpoint) |
void |
LocalSocket.connect(LocalSocketAddress endpoint) |
void |
LocalSocket.connect(LocalSocketAddress endpoint,
int timeout) |
Copyright © 2008-2013. All Rights Reserved.