Uses of Class
org.zeromq.api.SendFlag

Packages that use SendFlag
org.zeromq.api   
org.zeromq.jzmq   
 

Uses of SendFlag in org.zeromq.api
 

Methods in org.zeromq.api that return SendFlag
static SendFlag SendFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SendFlag[] SendFlag.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 SendFlag
 void Sendable.send(byte[] buf, int offset, SendFlag flag)
           
 

Uses of SendFlag in org.zeromq.jzmq
 

Methods in org.zeromq.jzmq with parameters of type SendFlag
 void ManagedSocket.send(byte[] buf, int offset, SendFlag flag)
           
 



Copyright © 2013. All Rights Reserved.