Java org.apache.hadoop.net.unix DomainSocket fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.net.unix DomainSocket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.net.unix DomainSocket.

The text is from its open source code.

Method

intrecvFileInputStreams(FileInputStream[] streams, byte buf[], int offset, int length)
Receive some FileDescriptor objects from the process on the other side of this socket, and wrap them in FileInputStream objects.