Uses of Interface
org.eclipse.net4j.buffer.IBuffer
Package
Description
The Net4j transport layer concepts for dealing with buffers.
The Net4j transport layer concepts for dealing with channels.
A framework for request/response based communication on top of the Net4j transport layer.
Jetty-specific classes with support for Websocket connections.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of IBuffer in org.eclipse.net4j.buffer
Modifier and TypeMethodDescriptionIBufferProvider.Notification.BufferProvidedEvent.getBuffer()
IBufferProvider.Notification.BufferRetainingEvent.getBuffer()
IBufferProvider.provideBuffer()
Provides a buffer from thisBufferProvider
.Modifier and TypeMethodDescriptionvoid
BufferInputStream.handleBuffer
(IBuffer buffer) void
IBufferHandler.handleBuffer
(IBuffer buffer) Handles anIBuffer
and possibly releases it.void
IBufferProvider.retainBuffer
(IBuffer buffer) Retains a buffer to thisBufferProvider
. -
Uses of IBuffer in org.eclipse.net4j.channel
Modifier and TypeMethodDescriptionvoid
IChannel.sendBuffer
(IBuffer buffer) Asynchronously sends the given buffer to the receive handler of the peer channel. -
Uses of IBuffer in org.eclipse.net4j.signal
Modifier and TypeMethodDescriptionvoid
SignalProtocol.handleBuffer
(IBuffer buffer) Handles a given (incoming) buffer. -
Uses of IBuffer in org.eclipse.net4j.ws.jetty
-
Uses of IBuffer in org.eclipse.spi.net4j
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionChannel.SendQueue.poll()
Channel.provideBuffer()
Connector.provideBuffer()
Modifier and TypeMethodDescriptionprotected Channel.ReceiverWork
Channel.createReceiverWork
(IBuffer buffer) Deprecated.As of 4.10 scheduled for future removal.void
Channel.handleBuffer
(IBuffer buffer) Handles the given buffer.void
Channel.handleBufferFromMultiplexer
(IBuffer buffer) Handles a buffer sent by the multiplexer.void
InternalChannel.handleBufferFromMultiplexer
(IBuffer buffer) void
InternalChannelMultiplexer.BufferMultiplexer.multiplexBuffer
(InternalChannel channel, IBuffer buffer) boolean
void
Channel.retainBuffer
(IBuffer buffer) void
Connector.retainBuffer
(IBuffer buffer) void
Channel.sendBuffer
(IBuffer buffer)