Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.core.http.XHTTPHeader

Packages that use XHTTPHeader
waggle.core.api The API execution manager. 
waggle.core.http The HTTP request manager. 

 

Uses of XHTTPHeader in waggle.core.api

 

Methods in waggle.core.api that return types with arguments of type XHTTPHeader
 List<XHTTPHeader> XAPI.getHeaders()
          Return all the defined header values (AcceptEncoding, ClientID, etc.) in a list.

 

Uses of XHTTPHeader in waggle.core.http

 

Method parameters in waggle.core.http with type arguments of type XHTTPHeader
 XHTTPStatus XHTTPMethod.get(String queryString, List<XHTTPHeader> headers)
          Get with the specified query string.
 XHTTPStatus XHTTPMethod.post(List<XHTTPHeader> headers, InputStream inputStream, String mimeType, String queryString)
          Post an InputStream.
 XHTTPStatus XHTTPMethod.post(List<XHTTPHeader> headers, List<XHTTPPart> partValues)
          Post some parts.
 XHTTPStatus XHTTPMethod.post(List<XHTTPHeader> headers, String content, String mimeType)
          Post a String.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.