Package org.apache.xmlrpc.server
Interface ServerHttpConnection
- All Superinterfaces:
ServerStreamConnection
Interface of a
ServerStreamConnection
for HTTP
response transport.-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
setResponseHeader
Sets a response header. -
setContentLength
void setContentLength(int pContentLength) Sets the content length.
-