Uses of Class
org.freecompany.redline.ChannelWrapper.Key

Packages that use ChannelWrapper.Key
org.freecompany.redline   
 

Uses of ChannelWrapper.Key in org.freecompany.redline
 

Fields in org.freecompany.redline with type parameters of type ChannelWrapper.Key
protected  java.util.Map<ChannelWrapper.Key<?>,ChannelWrapper.Consumer<?>> ChannelWrapper.consumers
           
 

Methods in org.freecompany.redline that return ChannelWrapper.Key
 ChannelWrapper.Key<java.lang.Integer> ChannelWrapper.start()
          Initializes a byte counter on this channel.
 ChannelWrapper.Key<byte[]> ChannelWrapper.start(java.security.PrivateKey key)
          Initialize a signature on this channel.
 ChannelWrapper.Key<byte[]> ChannelWrapper.start(java.lang.String algorithm)
          Initialize a digest on this channel.
 ChannelWrapper.Key<java.lang.Integer> ChannelWrapper.start(java.nio.channels.WritableByteChannel output)
           
 

Methods in org.freecompany.redline with parameters of type ChannelWrapper.Key
<T> T
ChannelWrapper.finish(ChannelWrapper.Key<T> object)
           
 



Copyright © 2011. All Rights Reserved.