Example usage for Java android.net LocalSocket fields, constructors, methods, implement or subclass
The text is from its open source code.
LocalSocket() Creates a AF_LOCAL/UNIX domain stream socket. |
void | close() Closes the socket. |
void | connect(LocalSocketAddress endpoint) Connects this socket to an endpoint. |
InputStream | getInputStream() Retrieves the input stream for this instance. |
OutputStream | getOutputStream() Retrieves the output stream for this instance. |
Credentials | getPeerCredentials() Retrieves the credentials of this socket's peer. |