Package | Description |
---|---|
cz.cesnet.cloud.occi.core |
Modifier and Type | Method and Description |
---|---|
abstract com.sun.net.httpserver.Headers |
Entity.toHeaders()
Renders entity to its occi text form as described in OCCI standard in
form of headers.
|
com.sun.net.httpserver.Headers |
Resource.toHeaders()
Returns a occi text representation of resource instance as described in
OCCI standard in form of headers.
|
com.sun.net.httpserver.Headers |
Link.toInlineHeaders()
Returns an inline occi text representation of link instance as described
in OCCI standard in form of headers.
|
String |
Link.toInlineText()
Returns an inline plain text representation of link instance as described
in OCCI standard.
|
abstract String |
Entity.toText()
Renders entity to its plain text form as described in OCCI standard.
|
String |
Resource.toText()
Returns a plain text representation of resource instance as described in
OCCI standard.
|
Copyright © 2016. All Rights Reserved.