Uses of Class
org.zeromq.api.SocketType

Packages that use SocketType
org.zeromq.api   
org.zeromq.jzmq   
org.zeromq.jzmq.sockets   
 

Uses of SocketType in org.zeromq.api
 

Methods in org.zeromq.api that return SocketType
static SocketType SocketType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocketType[] SocketType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.zeromq.api with parameters of type SocketType
 SocketBuilder Context.createSocket(SocketType type)
           
 

Uses of SocketType in org.zeromq.jzmq
 

Methods in org.zeromq.jzmq with parameters of type SocketType
 SocketBuilder ManagedContext.createSocket(SocketType type)
           
 

Uses of SocketType in org.zeromq.jzmq.sockets
 

Methods in org.zeromq.jzmq.sockets that return SocketType
 SocketType SocketBuilder.getSocketType()
          Returns the underlying socket type
 

Constructors in org.zeromq.jzmq.sockets with parameters of type SocketType
SocketBuilder(ManagedContext context, SocketType socketType)
           
 



Copyright © 2013. All Rights Reserved.