org.glassfish.grizzly.streams
Class StreamDecodeCondition<E>

java.lang.Object
  extended by org.glassfish.grizzly.streams.StreamDecodeCondition<E>
All Implemented Interfaces:
Condition

public class StreamDecodeCondition<E>
extends Object
implements Condition

Author:
Alexey Stashok

Constructor Summary
StreamDecodeCondition(StreamReader streamReader, Transformer<Stream,E> decoder, ResultAware<E> resultAware)
           
 
Method Summary
 boolean check()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamDecodeCondition

public StreamDecodeCondition(StreamReader streamReader,
                             Transformer<Stream,E> decoder,
                             ResultAware<E> resultAware)
Method Detail

check

public boolean check()
Specified by:
check in interface Condition


Copyright © 2012 Oracle Corporation. All Rights Reserved.