Package org.apache.xmlrpc.server
Interface ServerHttpConnection
-
- All Superinterfaces:
ServerStreamConnection
public interface ServerHttpConnection extends ServerStreamConnection
Interface of aServerStreamConnection
for HTTP response transport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setContentLength(int pContentLength)
Sets the content length.void
setResponseHeader(java.lang.String pKey, java.lang.String pValue)
Sets a response header.-
Methods inherited from interface org.apache.xmlrpc.common.ServerStreamConnection
close, newInputStream, newOutputStream
-
-