org.apache.xmlrpc.server

Interface ServerHttpConnection

All Superinterfaces:
ServerStreamConnection

public interface ServerHttpConnection
extends ServerStreamConnection

Interface of a ServerStreamConnection for HTTP response transport.

Method Summary

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

Methods inherited from interface org.apache.xmlrpc.common.ServerStreamConnection

close, newInputStream, newOutputStream

Method Details

setContentLength

public void setContentLength(int pContentLength)
Sets the content length.

setResponseHeader

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

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.