Uses of Class
zmq.Ctx.Side
-
Packages that use Ctx.Side Package Description zmq Provides low-level bindings for ØMQ. -
-
Uses of Ctx.Side in zmq
Methods in zmq that return Ctx.Side Modifier and Type Method Description static Ctx.Side
Ctx.Side. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Ctx.Side[]
Ctx.Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in zmq with parameters of type Ctx.Side Modifier and Type Method Description private void
Ctx. connectInprocSockets(SocketBase bindSocket, Options bindOptions, Ctx.PendingConnection pendingConnection, Ctx.Side side)
-