org.restlet.engine.header
Class ExpectationWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.StringWriter
          extended by org.restlet.engine.header.HeaderWriter<Expectation>
              extended by org.restlet.engine.header.ExpectationWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class ExpectationWriter
extends HeaderWriter<Expectation>

Expectation header writer.

Author:
Jerome Louvel

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
ExpectationWriter()
           
 
Method Summary
 ExpectationWriter append(Expectation expectation)
          Appends a value.
static String write(List<Expectation> expectations)
          Writes a list of expectations with a comma separator.
 
Methods inherited from class org.restlet.engine.header.HeaderWriter
append, append, append, append, append, append, appendComment, appendExtension, appendExtension, appendParameterSeparator, appendProduct, appendQuotedPair, appendQuotedString, appendSpace, appendToken, appendUriEncoded, appendValueSeparator, canWrite
 
Methods inherited from class java.io.StringWriter
append, close, flush, getBuffer, toString, write, write, write, write
 
Methods inherited from class java.io.Writer
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectationWriter

public ExpectationWriter()
Method Detail

write

public static String write(List<Expectation> expectations)
Writes a list of expectations with a comma separator.

Parameters:
expectations - The list of expectations.
Returns:
The formatted list of expectations.

append

public ExpectationWriter append(Expectation expectation)
Description copied from class: HeaderWriter
Appends a value.

Specified by:
append in class HeaderWriter<Expectation>
Parameters:
expectation - The value.
Returns:
This writer.


Copyright © 2005-2013 Restlet.