Uses of Interface
org.eclipse.net4j.buffer.IBufferHandler
Packages that use IBufferHandler
Package
Description
The Net4j transport layer concepts for dealing with buffers.
The Net4j transport layer concepts for dealing with channels.
Transport layer extension with support for JVM embedded connections.
The Net4j transport layer concepts for dealing with protocols.
A framework for request/response based communication on top of the Net4j transport layer.
A signal protocol implementation that realizes a configurable heart beat protocol.
Reusable implementation of a server-to-client authentication signal and related API.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of IBufferHandler in org.eclipse.net4j.buffer
Classes in org.eclipse.net4j.buffer that implement IBufferHandlerModifier and TypeClassDescriptionclass
Abuffer handler
that defragments the passedbuffers
into a continuous byte sequence which is exposed as aninput stream
.Constructors in org.eclipse.net4j.buffer with parameters of type IBufferHandlerModifierConstructorDescriptionBufferOutputStream
(IBufferHandler bufferHandler, short channelID) BufferOutputStream
(IBufferHandler bufferHandler, IBufferProvider bufferProvider, short channelID) -
Uses of IBufferHandler in org.eclipse.net4j.channel
Subinterfaces of IBufferHandler in org.eclipse.net4j.channelModifier and TypeInterfaceDescriptioninterface
A bidirectional communications channel for the asynchronous exchange ofbuffers
.Classes in org.eclipse.net4j.channel that implement IBufferHandlerModifier and TypeClassDescriptionclass
Methods in org.eclipse.net4j.channel that return IBufferHandlerModifier and TypeMethodDescriptionIChannel.getReceiveHandler()
Returns theIBufferHandler
that handles buffers received from the peer channel.Methods in org.eclipse.net4j.channel with parameters of type IBufferHandlerModifier and TypeMethodDescriptionvoid
IChannel.setReceiveHandler
(IBufferHandler receiveHandler) Sets theIBufferHandler
to handle buffers received from the peer channel. -
Uses of IBufferHandler in org.eclipse.net4j.jvm
Subinterfaces of IBufferHandler in org.eclipse.net4j.jvm -
Uses of IBufferHandler in org.eclipse.net4j.protocol
Subinterfaces of IBufferHandler in org.eclipse.net4j.protocolModifier and TypeInterfaceDescriptioninterface
IProtocol<INFRA_STRUCTURE>
interface
IProtocol2<INFRA_STRUCTURE>
interface
IProtocol3<INFRA_STRUCTURE>
Aprotocol
that is told when it isfully connected
. -
Uses of IBufferHandler in org.eclipse.net4j.signal
Subinterfaces of IBufferHandler in org.eclipse.net4j.signalModifier and TypeInterfaceDescriptioninterface
ISignalProtocol<INFRA_STRUCTURE>
static interface
ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
Classes in org.eclipse.net4j.signal that implement IBufferHandlerModifier and TypeClassDescriptionclass
SignalProtocol<INFRA_STRUCTURE>
The default implementation of asignal protocol
. -
Uses of IBufferHandler in org.eclipse.net4j.signal.heartbeat
Classes in org.eclipse.net4j.signal.heartbeat that implement IBufferHandlerModifier and TypeClassDescriptionclass
Asignal protocol
that keeps theconnector
of itschannel
open or provides early deactivation feedback by exchanging periodic heart beats.static class
The server-side implementation of aheart beat protocol
. -
Uses of IBufferHandler in org.eclipse.net4j.signal.security
Classes in org.eclipse.net4j.signal.security that implement IBufferHandlerModifier and TypeClassDescriptionclass
AuthenticatingSignalProtocol<INFRA_STRUCTURE extends org.eclipse.net4j.util.security.IPasswordCredentialsProvider.Provider>
An abstract signal protocol that supports authentication. -
Uses of IBufferHandler in org.eclipse.spi.net4j
Subinterfaces of IBufferHandler in org.eclipse.spi.net4jModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Classes in org.eclipse.spi.net4j that implement IBufferHandlerModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
Protocol<INFRA_STRUCTURE>
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.spi.net4j that return IBufferHandlerMethods in org.eclipse.spi.net4j with parameters of type IBufferHandler