Uses of Class
org.eclipse.net4j.util.io.ExtendedDataInputStream

Packages that use ExtendedDataInputStream
org.eclipse.net4j.http.server Transport layer extension with support for HTTP connections. 
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
org.eclipse.net4j.util.io Interfaces and classes for I/O. 
org.eclipse.net4j.util.ui.dnd   
 

Uses of ExtendedDataInputStream in org.eclipse.net4j.http.server
 

Methods in org.eclipse.net4j.http.server with parameters of type ExtendedDataInputStream
 void INet4jTransportServlet.RequestHandler.handleOperations(java.lang.String connectorID, ExtendedDataInputStream in, ExtendedDataOutputStream out)
           
 

Uses of ExtendedDataInputStream in org.eclipse.net4j.signal
 

Methods in org.eclipse.net4j.signal with parameters of type ExtendedDataInputStream
protected abstract  RESULT RequestWithConfirmation.confirming(ExtendedDataInputStream in)
          Important Note: The confirmation must not be empty, i.e. the stream must be used at least to read a boolean.
protected abstract  void IndicationWithResponse.indicating(ExtendedDataInputStream in)
           
protected abstract  void Indication.indicating(ExtendedDataInputStream in)
           
 

Uses of ExtendedDataInputStream in org.eclipse.net4j.util.io
 

Methods in org.eclipse.net4j.util.io that return ExtendedDataInputStream
static ExtendedDataInputStream ExtendedDataInputStream.wrap(java.io.InputStream stream)
           
 

Methods in org.eclipse.net4j.util.io with parameters of type ExtendedDataInputStream
 void IOHandler.handleIn(ExtendedDataInputStream in)
           
 void IOAdapter.handleIn(ExtendedDataInputStream in)
           
 

Uses of ExtendedDataInputStream in org.eclipse.net4j.util.ui.dnd
 

Methods in org.eclipse.net4j.util.ui.dnd with parameters of type ExtendedDataInputStream
protected abstract  TYPE DNDTransfer.readObject(ExtendedDataInputStream in)
           
 


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