Uses of Class
org.eclipse.net4j.buffer.BufferInputStream
Packages that use BufferInputStream
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 BufferInputStream in org.eclipse.net4j.channel
Subclasses of BufferInputStream in org.eclipse.net4j.channelModifier and TypeClassDescriptionclass
-
Uses of BufferInputStream in org.eclipse.net4j.signal
Methods in org.eclipse.net4j.signal that return BufferInputStreamModifier and TypeMethodDescriptionprotected final BufferInputStream
Signal.getBufferInputStream()
Methods in org.eclipse.net4j.signal with parameters of type BufferInputStreamModifier 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)