Ft.Server.FtRpc.Responses

Modules

Marshal       

Classes

class FtRpcResponse
__init__(self)
send(self, connection)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class FtServerErrorResponse(Ft.Server.FtRpc.Responses.FtRpcResponse)
__init__(self, error)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
response = 5
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
class GeneralErrorResponse(Ft.Server.FtRpc.Responses.FtRpcResponse)
__init__(self, error, traceback)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
response = 2
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
class MethodResultsResponse(Ft.Server.FtRpc.Responses.FtRpcResponse)
__init__(self, path, results)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
response = 4
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
data = {}
response = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
class RdfResultsResponse(Ft.Server.FtRpc.Responses.FtRpcResponse)
__init__(self, path, results)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
response = 6
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
class ResourceTypeResponse(Ft.Server.FtRpc.Responses.FtRpcResponse)
__init__(self, path, resourceType)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
response = 3
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
class ResponseCodes

Data and other non-method functions defined here:

FTSERVER_ERROR = 5
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
GENERAL_ERROR = 2
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
METHOD_RESULTS = 4
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
OK = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
RDF_RESULTS = 6
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
RESOURCE_TYPE = 3
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Server.FtRpc'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/FtRpc/Responses.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.FtRpc.Responses'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
g_responseMapping = {1: <class Ft.Server.FtRpc.Responses.OkResponse>, 2: <class Ft.Server.FtRpc.Responses.GeneralErrorResponse>, 3: <class Ft.Server.FtRpc.Responses.ResourceTypeResponse>, 4: <class Ft.Server.FtRpc.Responses.MethodResultsResponse>, 5: <class Ft.Server.FtRpc.Responses.FtServerErrorResponse>, 6: <class Ft.Server.FtRpc.Responses.RdfResultsResponse>}