akka.zeromq
Class FileDescriptor$

java.lang.Object
  extended by akka.zeromq.FileDescriptor$
All Implemented Interfaces:
Request, SocketOptionQuery

public class FileDescriptor$
extends java.lang.Object
implements SocketOptionQuery

Gets the file descriptor associated with the ZeroMQ socket


Field Summary
static FileDescriptor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
FileDescriptor$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final FileDescriptor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

FileDescriptor$

public FileDescriptor$()