org.apache.xmlrpc.server

Interface ServerHttpConnection

public interface ServerHttpConnection extends ServerStreamConnection

Interface of a {@link ServerStreamConnection} for HTTP response transport.
Method Summary
voidsetContentLength(int pContentLength)
Sets the content length.
voidsetResponseHeader(String pKey, String pValue)
Sets a response header.

Method Detail

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.