Package zmq.io
Class Metadata
java.lang.Object
zmq.io.Metadata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Call backs during parsing process -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Properties
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal byte[]
bytes()
private byte[]
bytes
(ByteBuffer buf, int position, int length) boolean
final String
int
hashCode()
final boolean
isEmpty()
keySet()
final int
read
(ByteBuffer msg, int offset, Metadata.ParseListener listener) final int
read
(Msg msg, int offset, Metadata.ParseListener listener) final void
final void
final void
private int
size()
toString()
final void
write
(OutputStream stream)
-
Field Details
-
IDENTITY
- See Also:
-
SOCKET_TYPE
- See Also:
-
USER_ID
- See Also:
-
PEER_ADDRESS
- See Also:
-
dictionary
-
-
Constructor Details
-
Metadata
public Metadata() -
Metadata
-
-
Method Details
-
keySet
-
remove
-
get
-
set
-
hashCode
public int hashCode() -
equals
-
set
-
isEmpty
public final boolean isEmpty() -
toString
-
bytes
public final byte[] bytes() -
size
private int size() -
write
- Throws:
IOException
-
read
-
read
-
bytes
-