Package org.eclipse.net4j.buffer
Schnittstelle IBufferHandler
- Alle bekannten Unterschnittstellen:
IChannel,IJVMChannel,InternalChannel,IProtocol<INFRA_STRUCTURE>,IProtocol2<INFRA_STRUCTURE>,IProtocol3<INFRA_STRUCTURE>,ISignalProtocol<INFRA_STRUCTURE>,ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
- Alle bekannten Implementierungsklassen:
AuthenticatingSignalProtocol,BufferInputStream,Channel,ChannelInputStream,HeartBeatProtocol,HeartBeatProtocol.Server,Protocol,SignalProtocol
public interface IBufferHandler
Provides clients with the ability to pass
IBuffers in for further buffer handling.- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidhandleBuffer(IBuffer buffer) Handles anIBufferand possibly releases it.
-
Methodendetails