org.mobicents.xcap.client
Interface XcapEntity

All Known Implementing Classes:
XcapEntityImpl

public interface XcapEntity

Author:
martins

Method Summary
 java.lang.String getContentAsString()
           
 Header getContentEncoding()
           
 long getContentLength()
           
 Header getContentType()
           
 byte[] getRawContent()
           
 boolean isChunked()
           
 

Method Detail

isChunked

boolean isChunked()

getContentLength

long getContentLength()

getContentType

Header getContentType()

getContentEncoding

Header getContentEncoding()

getRawContent

byte[] getRawContent()

getContentAsString

java.lang.String getContentAsString()


Copyright © 2010. All Rights Reserved.