org.zeromq.api
Interface Sendable

All Known Subinterfaces:
Socket
All Known Implementing Classes:
ManagedSocket

public interface Sendable


Method Summary
 void send(byte[] buf)
           
 void send(byte[] buf, int offset, SendFlag flag)
           
 

Method Detail

send

void send(byte[] buf)
          throws Exception
Throws:
Exception

send

void send(byte[] buf,
          int offset,
          SendFlag flag)
          throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.