Uses of Class
org.jacorb.orb.giop.RequestInputStream

Packages that use RequestInputStream
org.jacorb.orb.dsi   
 

Uses of RequestInputStream in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return RequestInputStream
 RequestInputStream ServerRequest.get_in()
           
 

Constructors in org.jacorb.orb.dsi with parameters of type RequestInputStream
ServerRequest(ORB orb, RequestInputStream in, GIOPConnection _connection)