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