Jnanomsg Api Documentation

Version: 0.4.3

nanomsg.proto

Protocol definitions for nanomsg sockets.

IAsyncSocket

protocol

Mark for async socket.

IBlockingSocket

protocol

Mark for blocking socket.

ISocket

protocol

Common socket protocol.

members

bind

(bind _ dir)

connect

(connect _ dir)

recv

(recv _ opt)

send

(send _ data opt)

subscribe

(subscribe _ pattern)

unsubscribe

(unsubscribe _ pattern)

ISocketData

protocol

Common interface for data that can be sended through nanomsg socket.

members

get-byte-buffer

(get-byte-buffer _)

Get a byte array representation.