See: Description
Class | Description |
---|---|
InternalClient |
XML-RPC client implementation suitable for use with SAMP.
|
InternalClientFactory |
Freestanding SampXmlRpcClientFactory implementation.
|
InternalServer |
SampXmlRpcServer implementation without external dependencies.
|
InternalServerFactory |
Freestanding SampXmlRpcServerFactory implementation.
|
RpcLoggingInternalClient |
InternalClient subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
RpcLoggingInternalClientFactory |
Freestanding ClientFactory implementation which logs all XML-RPC
calls/responses to standard output.
|
RpcLoggingInternalServer |
InternalServer subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
RpcLoggingInternalServerFactory |
Freestanding ServerFactory implementation which logs all XML-RPC
calls/responses to standard output.
|
XmlLoggingInternalClient |
InternalClient subclass which additionally logs all XML-RPC calls/responses
to an output stream.
|
XmlLoggingInternalClientFactory |
Freestanding ClientFactory implementation which logs all incoming
and outgoing HTTP data.
|
XmlLoggingInternalServer |
Freestanding InternalServer implementation which logs all incoming
and outgoing HTTP data.
|
XmlLoggingInternalServerFactory |
Freestanding ServerFactory implementation which logs all incoming
and outgoing HTTP data.
|
XmlUtils |
Utilities for XML manipulations required by SAMP/XML-RPC.
|
XmlWriter |
Utility class for writing XML.
|
Exception | Description |
---|---|
InternalClient.XmlRpcFault |
IOException representing an incoming XML-RPC fault.
|
XmlRpcFormatException |
Exception thrown when an XML document which is intended for XML-RPC
processing has the wrong format, for instance violates the XML-RPC spec.
|