org.glassfish.grizzly.streams
Class StreamDecodeCondition<E>
java.lang.Object
org.glassfish.grizzly.streams.StreamDecodeCondition<E>
- All Implemented Interfaces:
- Condition
public class StreamDecodeCondition<E>
- extends Object
- implements Condition
- Author:
- Alexey Stashok
Method Summary |
boolean |
check()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamDecodeCondition
public StreamDecodeCondition(StreamReader streamReader,
Transformer<Stream,E> decoder,
ResultAware<E> resultAware)
check
public boolean check()
- Specified by:
check
in interface Condition
Copyright © 2012 Oracle Corporation. All Rights Reserved.