oracle.syndication.server.message.ice
Class ICERequest

java.lang.Object
  |
  +--oracle.syndication.server.message.ice.ICERequest

public class ICERequest
extends java.lang.Object
implements OSSRequest


Constructor Summary
ICERequest(java.io.BufferedReader br)
           
 
Method Summary
TypeMethod
 java.lang.String getContentType()
          We should maintain the mime type.
 java.io.Reader read()
          We should be able to read from this request
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICERequest

public ICERequest(java.io.BufferedReader br)
Method Detail

getContentType

public java.lang.String getContentType()
We should maintain the mime type.
Specified by:
getContentType in interface OSSRequest

read

public java.io.Reader read()
We should be able to read from this request
Specified by:
read in interface OSSRequest