Package | Description |
---|---|
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcHttpServer
Abstract extension of
XmlRpcStreamServer for deriving
HTTP servers. |
class |
XmlRpcLocalStreamServer
Server part of a local stream transport.
|
class |
XmlRpcStreamServer
Extension of
XmlRpcServer with support for reading
requests from a stream and writing the response to another
stream. |
Constructor and Description |
---|
XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcServletServer
An extension of
XmlRpcServer ,
which is suitable for processing servlet requests. |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.