Uses of Class
org.eclipse.net4j.buffer.BufferOutputStream
Packages that use BufferOutputStream
Package
Description
The Net4j transport layer concepts for dealing with channels.
A framework for request/response based communication on top of the Net4j transport layer.
-
Uses of BufferOutputStream in org.eclipse.net4j.channel
Subclasses of BufferOutputStream in org.eclipse.net4j.channelModifier and TypeClassDescriptionclass
Anoutput stream
that fragments the written byte sequence into fixed-sizedbuffers
and passes them to configuredchannel
. -
Uses of BufferOutputStream in org.eclipse.net4j.signal
Methods in org.eclipse.net4j.signal that return BufferOutputStreamModifier and TypeMethodDescriptionprotected final BufferOutputStream
Signal.getBufferOutputStream()
Methods in org.eclipse.net4j.signal with parameters of type BufferOutputStreamModifier and TypeMethodDescriptionprotected void
Indication.execute
(BufferInputStream in, BufferOutputStream out) protected void
IndicationWithResponse.execute
(BufferInputStream in, BufferOutputStream out) protected abstract void
Signal.execute
(BufferInputStream in, BufferOutputStream out) protected final void
SignalActor.execute
(BufferInputStream in, BufferOutputStream out)