JBoss Remoting 3.1.0.Beta1

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

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

Uses of StreamHandler in org.jboss.remoting3.stream
 

Methods in org.jboss.remoting3.stream that return StreamHandler
 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.