Uses of Enum
org.zeromq.SocketType
Packages that use SocketType
-
Uses of SocketType in org.zeromq
Subclasses with type arguments of type SocketType in org.zeromqMethods in org.zeromq that return SocketTypeModifier and TypeMethodDescriptionZMQ.Socket.getSocketType()The 'ZMQ_TYPE option shall retrieve the socket type for the specified 'socket'.ZSocket.getSocketType()Retrieve the socket type for the current 'socket'.static SocketTypeSocketType.type(int baseType) static SocketTypeReturns 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 with parameters of type SocketTypeModifier and TypeMethodDescriptionZContext.createSocket(SocketType type) Creates a new managed socket within this ZContext instance.ZMQ.Context.socket(SocketType type) Creates a ØMQ socket within the specified context and return an opaque handle to the newly created socket.Constructors in org.zeromq with parameters of type SocketTypeModifierConstructorDescriptionprotectedSocket(ZContext context, SocketType type) Class constructor.protectedSocket(ZMQ.Context context, SocketType type) Class constructor.ZSocket(SocketType socketType) Create a ZeroMQ socket