|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.StringWriter
org.restlet.client.engine.http.header.HeaderWriter<Method>
org.restlet.client.engine.http.header.MethodWriter
public class MethodWriter
Method header writer.
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
MethodWriter()
|
Method Summary | |
---|---|
MethodWriter |
append(Method method)
Appends a value. |
static java.lang.String |
write(java.util.Set<Method> methods)
Writes a set of methods with a comma separator. |
Methods inherited from class org.restlet.client.engine.http.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 |
---|
public MethodWriter()
Method Detail |
---|
public static java.lang.String write(java.util.Set<Method> methods)
methods
- The set of methods.
public MethodWriter append(Method method)
HeaderWriter
append
in class HeaderWriter<Method>
method
- The value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |