Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.protocol.http.apache4.obj
Class Apache4StringBody

java.lang.Object
  extended by org.apache.http.entity.mime.content.AbstractContentBody
      extended by org.apache.http.entity.mime.content.StringBody
          extended by oracle.stellent.ridc.protocol.http.apache4.obj.Apache4StringBody

All Implemented Interfaces:
org.apache.http.entity.mime.content.ContentBody, org.apache.http.entity.mime.content.ContentDescriptor

public class Apache4StringBody
extends org.apache.http.entity.mime.content.StringBody

String body part for a multipart post


Constructor Summary
Apache4StringBody(java.lang.String content, java.nio.charset.Charset charset)
           

 

Method Summary
 java.lang.String getTransferEncoding()
           

 

Methods inherited from class org.apache.http.entity.mime.content.StringBody
create, create, create, getCharset, getContentLength, getFilename, getReader, writeTo, writeTo

 

Methods inherited from class org.apache.http.entity.mime.content.AbstractContentBody
getMediaType, getMimeType, getSubType

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Apache4StringBody

public Apache4StringBody(java.lang.String content,
                         java.nio.charset.Charset charset)
                  throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

Method Detail

getTransferEncoding

public java.lang.String getTransferEncoding()
Specified by:
getTransferEncoding in interface org.apache.http.entity.mime.content.ContentDescriptor
Overrides:
getTransferEncoding in class org.apache.http.entity.mime.content.StringBody

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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