Uses of Class
zmq.socket.reqrep.Req.ReqSession.State
-
Packages that use Req.ReqSession.State Package Description zmq.socket.reqrep -
-
Uses of Req.ReqSession.State in zmq.socket.reqrep
Fields in zmq.socket.reqrep declared as Req.ReqSession.State Modifier and Type Field Description private Req.ReqSession.State
Req.ReqSession. state
Methods in zmq.socket.reqrep that return Req.ReqSession.State Modifier and Type Method Description static Req.ReqSession.State
Req.ReqSession.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Req.ReqSession.State[]
Req.ReqSession.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-