Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.web.io
Class HttpWebInputStream

java.lang.Object
  extended by com.stellent.cis.web.io.HttpWebInputStream

All Implemented Interfaces:
IWebInputStream

public class HttpWebInputStream
extends java.lang.Object
implements IWebInputStream

Field Summary
protected  javax.servlet.http.HttpServletRequest m_request
           

 

Constructor Summary
HttpWebInputStream(javax.servlet.http.HttpServletRequest request)
           

 

Method Summary
 java.lang.String getCharacterEncoding()
           
 int getContentLength()
           
 java.lang.String getContentType()
           
 java.lang.String getHeader(java.lang.String header)
           
 javax.servlet.ServletInputStream getServletInputStream()
           

 

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

 

Field Detail

m_request

protected javax.servlet.http.HttpServletRequest m_request

Constructor Detail

HttpWebInputStream

public HttpWebInputStream(javax.servlet.http.HttpServletRequest request)

Method Detail

getServletInputStream

public javax.servlet.ServletInputStream getServletInputStream()
                                                       throws java.io.IOException
Specified by:
getServletInputStream in interface IWebInputStream
Returns:
the servlet inputstream
Throws:
java.io.IOException

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface IWebInputStream
Returns:
the content type for the input stream

getContentLength

public int getContentLength()
Specified by:
getContentLength in interface IWebInputStream
Returns:
the content length

getCharacterEncoding

public java.lang.String getCharacterEncoding()
Specified by:
getCharacterEncoding in interface IWebInputStream
Returns:
the character encoding

getHeader

public java.lang.String getHeader(java.lang.String header)
Specified by:
getHeader in interface IWebInputStream
Parameters:
header - the header to retrieve
Returns:

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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