Uses of Class
org.jgroups.util.ByteArrayDataOutputStream
-
Packages that use ByteArrayDataOutputStream Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ByteArrayDataOutputStream in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ByteArrayDataOutputStream Modifier and Type Field Description protected ByteArrayDataOutputStream
BaseBundler. output
Methods in org.jgroups.protocols with parameters of type ByteArrayDataOutputStream Modifier and Type Method Description protected void
BaseBundler. sendMessageList(Address dest, Address src, java.util.List<Message> list, ByteArrayDataOutputStream out)
protected void
BaseBundler. sendMessageList(Address dest, Address src, Message[] list, int len, ByteArrayDataOutputStream out)
protected void
PerDestinationBundler.SendBuffer. sendMessageList(Address dest, Address src, FastArray<Message> list, ByteArrayDataOutputStream out)
protected void
RemoveQueueBundler. sendMessageList(Address dest, Address src, java.util.List<Message> list, ByteArrayDataOutputStream out)
protected void
BaseBundler. sendMultiple(Address dst, Address sender, java.util.List<Message> list, ByteArrayDataOutputStream out)
protected void
BaseBundler. sendMultiple(Address dst, Address sender, Message[] list, int len, ByteArrayDataOutputStream out)
protected void
PerDestinationBundler.SendBuffer. sendMultiple(Address dst, Address sender, FastArray<Message> list, ByteArrayDataOutputStream out)
protected void
BaseBundler. sendSingle(Address dst, Message msg, ByteArrayDataOutputStream out)
protected void
PerDestinationBundler.SendBuffer. sendSingle(Address dst, Message msg, ByteArrayDataOutputStream out)
protected void
BaseBundler. sendSingleMessage(Message msg, ByteArrayDataOutputStream out)
protected void
PerDestinationBundler.SendBuffer. sendSingleMessage(Address dest, Message msg, ByteArrayDataOutputStream out)
protected void
ASYM_ENCRYPT. serializeKeys(ByteArrayDataOutputStream out, boolean serialize_shared_keys, Address serialize_only)
Serializes all public keys and their corresponding encrypted shared group keys into a buffer -
Uses of ByteArrayDataOutputStream in org.jgroups.stack
Fields in org.jgroups.stack with type parameters of type ByteArrayDataOutputStream Modifier and Type Field Description protected java.util.Map<Address,ByteArrayDataOutputStream>
GossipRouter. output_streams
Methods in org.jgroups.stack that return ByteArrayDataOutputStream Modifier and Type Method Description protected ByteArrayDataOutputStream
GossipRouter. getOutputStream(Address mbr, int size)
-
Uses of ByteArrayDataOutputStream in org.jgroups.util
Fields in org.jgroups.util declared as ByteArrayDataOutputStream Modifier and Type Field Description protected ByteArrayDataOutputStream
OutputStreamAdapter. output
Methods in org.jgroups.util that return ByteArrayDataOutputStream Modifier and Type Method Description ByteArrayDataOutputStream
ByteArrayDataOutputStream. growExponentially(boolean b)
Constructors in org.jgroups.util with parameters of type ByteArrayDataOutputStream Constructor Description OutputStreamAdapter(ByteArrayDataOutputStream output)
-