Package org.eclipse.net4j.buffer
Interface IBufferHandler
- All Known Subinterfaces:
IChannel
,IJVMChannel
,InternalChannel
,IProtocol<INFRA_STRUCTURE>
,IProtocol2<INFRA_STRUCTURE>
,IProtocol3<INFRA_STRUCTURE>
,ISignalProtocol<INFRA_STRUCTURE>
,ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
- All Known Implementing Classes:
AuthenticatingSignalProtocol
,BufferInputStream
,Channel
,ChannelInputStream
,HeartBeatProtocol
,HeartBeatProtocol.Server
,Protocol
,SignalProtocol
public interface IBufferHandler
Provides clients with the ability to pass
IBuffer
s in for further buffer handling.- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleBuffer
(IBuffer buffer) Handles anIBuffer
and possibly releases it.
-
Method Details