org.apache.xmlrpc.server
Interface ServerHttpConnection


public interface ServerHttpConnection

Interface of a ServerStreamConnection for HTTP response transport.


Method Summary
 void setContentLength(int pContentLength)
          Sets the content length.
 void setResponseHeader(java.lang.String pKey, java.lang.String pValue)
          Sets a response header.
 

Method Detail

setResponseHeader

void setResponseHeader(java.lang.String pKey,
                       java.lang.String pValue)
Sets a response header.


setContentLength

void setContentLength(int pContentLength)
Sets the content length.