JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.stream.StreamContext

Packages that use StreamContext
org.jboss.remoting3.stream Stream-related API classes. 
 

Uses of StreamContext in org.jboss.remoting3.stream
 

Methods in org.jboss.remoting3.stream with parameters of type StreamContext
 StreamHandler<InputStream,org.jboss.xnio.channels.StreamChannel> InputStreamHandlerFactory.createStreamHandler(InputStream localInstance, StreamContext streamContext)
          Create a stream handler instance for a local object.
 StreamHandler<OutputStream,org.jboss.xnio.channels.StreamChannel> OutputStreamHandlerFactory.createStreamHandler(OutputStream localInstance, StreamContext streamContext)
          Create a stream handler instance for a local object.
 StreamHandler<T,C> StreamHandlerFactory.createStreamHandler(T localInstance, StreamContext streamContext)
          Create a stream handler instance for a local object.
 


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.