Java android.net LocalServerSocket fields, constructors, methods, implement or subclass

Example usage for Java android.net LocalServerSocket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net LocalServerSocket.

The text is from its open source code.

Constructor

LocalServerSocket(String name)
Creates a new server socket listening at specified name.
LocalServerSocket(FileDescriptor fd)
Create a LocalServerSocket from a file descriptor that's already been created and bound.