|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.http.HttpConverter
public class HttpConverter
Converter between high-level and low-level HTTP calls.
Constructor Summary | |
---|---|
HttpConverter(Context context)
Constructor. |
Method Summary | |
---|---|
void |
addAdditionalHeaders(Series<Parameter> existingHeaders,
Series<Parameter> additionalHeaders)
Adds additional headers if they are non-standard headers. |
Context |
getContext()
Returns the context. |
java.util.logging.Logger |
getLogger()
Returns the logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpConverter(Context context)
context
- The context to use.Method Detail |
---|
public void addAdditionalHeaders(Series<Parameter> existingHeaders, Series<Parameter> additionalHeaders)
existingHeaders
- The headers to update.additionalHeaders
- The headers to add.public Context getContext()
public java.util.logging.Logger getLogger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |