Skip navigation links

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

E17274-04


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(String content, Charset charset)
           

 

Method Summary
 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(String content,
                         Charset charset)
                  throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

Method Detail

getTransferEncoding

public 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® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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