Uses of Class
org.eclipse.net4j.buffer.BufferInputStream

Packages that use BufferInputStream
org.eclipse.net4j.channel   
org.eclipse.net4j.signal 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.channel
 class ChannelInputStream
           
 

Uses of BufferInputStream in org.eclipse.net4j.signal
 

Methods in org.eclipse.net4j.signal that return BufferInputStream
protected  BufferInputStream Signal.getBufferInputStream()
           
 

Methods in org.eclipse.net4j.signal with parameters of type BufferInputStream
protected abstract  void Signal.execute(BufferInputStream in, BufferOutputStream out)
           
protected  void RequestWithConfirmation.execute(BufferInputStream in, BufferOutputStream out)
           
protected  void Request.execute(BufferInputStream in, BufferOutputStream out)
           
protected  void IndicationWithResponse.execute(BufferInputStream in, BufferOutputStream out)
           
protected  void Indication.execute(BufferInputStream in, BufferOutputStream out)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.