OverSim
|
This is the complete list of members for XmlRpcInterface, including all inherited members.
_addContact | XmlRpcInterface | protected |
_disp | XmlRpc::XmlRpcServer | protected |
_dumpDht | XmlRpcInterface | protected |
_get | XmlRpcInterface | protected |
_getContacts | XmlRpcInterface | protected |
_getUserId | XmlRpcInterface | protected |
_introspectionEnabled | XmlRpc::XmlRpcServer | protected |
_joinOverlay | XmlRpcInterface | protected |
_listMethods | XmlRpc::XmlRpcServer | protected |
_localLookup | XmlRpcInterface | protected |
_lookup | XmlRpcInterface | protected |
_methodHelp | XmlRpc::XmlRpcServer | protected |
_methods | XmlRpc::XmlRpcServer | protected |
_publish | XmlRpcInterface | protected |
_pull_notification | XmlRpcInterface | protected |
_put | XmlRpcInterface | protected |
_register | XmlRpcInterface | protected |
_removeContact | XmlRpcInterface | protected |
_resolve | XmlRpcInterface | protected |
_searchContact | XmlRpcInterface | protected |
_ssl | XmlRpc::XmlRpcSource | |
_ssl_ctx | XmlRpc::XmlRpcSource | |
_ssl_meth | XmlRpc::XmlRpcSource | |
_ssl_ssl | XmlRpc::XmlRpcSource | |
_subscribe | XmlRpcInterface | protected |
acceptConnection() | XmlRpc::XmlRpcServer | protectedvirtual |
addMethod(XmlRpcServerMethod *method) | XmlRpc::XmlRpcServer | |
appTunFd | XmlRpcInterface | protected |
BaseApp() | BaseApp | |
BaseRpc() | BaseRpc | |
bindAndListen(int port, int backlog=5) | XmlRpc::XmlRpcServer | |
bindAndListenTcp(int port) | BaseTcpSupport | protected |
bindToPort(int port) | BaseApp | protectedvirtual |
bytesOverlayReceived | BaseApp | protected |
bytesOverlaySent | BaseApp | protected |
bytesPingResponseSent | BaseRpc | protected |
bytesPingSent | BaseRpc | protected |
bytesUdpReceived | BaseApp | protected |
bytesUdpSent | BaseApp | protected |
callLocalLookup(const OverlayKey &key, int num, bool safe) | BaseApp | inlineprotected |
callNeighborSet(int num) | BaseApp | inlineprotected |
callRoute(const OverlayKey &key, cPacket *msg, const TransportAddress &hint=TransportAddress::UNSPECIFIED_NODE, RoutingType routingType=DEFAULT_ROUTING) | BaseApp | inlineprotected |
callRoute(const OverlayKey &key, cPacket *msg, const std::vector< TransportAddress > &sourceRoute, RoutingType routingType=DEFAULT_ROUTING) | BaseApp | protected |
cancelAllRpcs() | BaseRpc | protected |
cancelRpcMessage(uint32_t nonce) | BaseRpc | protected |
close() | XmlRpc::XmlRpcSource | virtual |
closeConnection() | XmlRpcInterface | protected |
closeTcpConnection(TransportAddress address) | BaseTcpSupport | protected |
CONNECTION_RESET enum value | BaseTcpSupport | |
CONNECTION_SUCC_ClOSED enum value | BaseTcpSupport | |
createConnection(int socket) | XmlRpc::XmlRpcServer | protectedvirtual |
creationTime | BaseApp | protected |
cryptoModule | BaseRpc | protected |
curAppFd | XmlRpcInterface | protected |
debugOutput | BaseApp | protected |
deliver(OverlayKey &key, cMessage *msg) | BaseApp | protectedvirtual |
deliverTunneledMessage(const BinaryValue &payload) | XmlRpcInterface | |
dispatchConnection(XmlRpcServerConnection *sc) | XmlRpc::XmlRpcServer | protectedvirtual |
dumpDht(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
enableIntrospection(bool enabled=true) | XmlRpc::XmlRpcServer | |
establishTcpConnection(TransportAddress address) | BaseTcpSupport | protected |
EvCode enum name | BaseTcpSupport | |
EXECUTE_REQUEST enum value | XmlRpcInterface | protected |
executeMethod(const std::string &methodName, XmlRpcValue ¶ms, XmlRpcValue &result) | XmlRpc::XmlRpcServer | protected |
executeMulticall(const std::string &methodName, XmlRpcValue ¶ms, XmlRpcValue &result) | XmlRpc::XmlRpcServer | protected |
executeRequest(std::string const &request) | XmlRpc::XmlRpcServer | virtual |
exit() | XmlRpc::XmlRpcServer | |
FAULTCODE | XmlRpc::XmlRpcServer | protectedstatic |
FAULTSTRING | XmlRpc::XmlRpcServer | protectedstatic |
findMethod(const std::string &name) const | XmlRpc::XmlRpcServer | |
finish() | BaseApp | protected |
finishApp() | BaseApp | protectedvirtual |
finishRpcs() | BaseRpc | protected |
forward(OverlayKey *key, cPacket **msg, NodeHandle *nextHopNode) | BaseApp | protectedvirtual |
generateFaultResponse(std::string const &msg, int errorCode=-1) | XmlRpc::XmlRpcServer | protected |
generateHeader(std::string const &body) | XmlRpc::XmlRpcServer | protected |
generateResponse(std::string const &resultXml) | XmlRpc::XmlRpcServer | protected |
get(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
getfd() const | XmlRpc::XmlRpcSource | inline |
getKeepOpen() const | XmlRpc::XmlRpcSource | inline |
getPort(void) const | XmlRpc::XmlRpcServer | |
getTcpOut() | BaseTcpSupport | inlineprotected |
getThisCompType() | BaseApp | protectedvirtual |
getThisNode() | BaseRpc | inline |
getUdpTimeout() | BaseRpc | inline |
globalNodeList | BaseApp | protected |
globalStatistics | BaseApp | protected |
handleAppTunPacket(char *buf, uint32_t len) | XmlRpcInterface | protected |
handleCommonAPIPacket(cMessage *msg) | XmlRpcInterface | protected |
handleConnectionEvent(EvCode code, TransportAddress address) | BaseTcpSupport | protectedvirtual |
handleDataReceived(TransportAddress address, cPacket *msg, bool urgent) | BaseTcpSupport | protectedvirtual |
handleEvent(unsigned eventType) | XmlRpc::XmlRpcServer | virtual |
handleIncomingConnection(TransportAddress address) | BaseTcpSupport | protectedvirtual |
handleLowerMessage(cMessage *msg) | BaseApp | protectedvirtual |
handleMessage(cMessage *msg) | XmlRpcInterface | virtual |
handleNodeGracefulLeaveNotification() | BaseApp | protectedvirtual |
handleNodeLeaveNotification() | BaseApp | protectedvirtual |
handleReadyMessage(CompReadyMessage *msg) | XmlRpcInterface | protectedvirtual |
handleRealworldPacket(char *buf, uint32_t len) | XmlRpcInterface | protected |
handleRpcCall(BaseCallMessage *msg) | BaseRpc | protectedvirtual |
handleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt) | XmlRpcInterface | protectedvirtual |
BaseApp::handleRpcResponse(BaseResponseMessage *msg, const RpcState &rpcState, simtime_t rtt) | RpcListener | protectedvirtual |
handleRpcTimeout(BaseCallMessage *msg, const TransportAddress &dest, cPolymorphic *context, int rpcId, const OverlayKey &) | XmlRpcInterface | virtual |
BaseApp::handleRpcTimeout(const RpcState &rpcState) | RpcListener | protectedvirtual |
handleTCPMessage(cMessage *msg) | BaseTcpSupport | protected |
handleTraceMessage(cMessage *msg) | BaseApp | protectedvirtual |
handleTransportAddressChangedNotification() | BaseApp | protectedvirtual |
handleUDPMessage(cMessage *msg) | BaseApp | protectedvirtual |
handleUpperMessage(cMessage *msg) | BaseApp | protectedvirtual |
initialize(int stage) | BaseApp | protected |
initializeApp(int stage) | XmlRpcInterface | virtual |
initRpcs() | BaseRpc | protected |
internalHandleMessage(cMessage *msg) | BaseRpc | protected |
internalHandleRpcCall(BaseCallMessage *msg) | BaseApp | protectedvirtual |
internalHandleRpcMessage(BaseRpcMessage *msg) | BaseRpc | protectedvirtual |
internalHandleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt) | BaseApp | protectedvirtual |
internalHandleRpcTimeout(BaseCallMessage *msg, const TransportAddress &dest, cPolymorphic *context, int rpcId, const OverlayKey &destKey) | BaseRpc | protectedvirtual |
internalSendRouteRpc(BaseRpcMessage *message, const OverlayKey &destKey, const std::vector< TransportAddress > &sourceRoute, RoutingType routingType) | BaseApp | protectedvirtual |
isAlreadyConnected(TransportAddress address) | BaseTcpSupport | protected |
isPrivileged() | XmlRpcInterface | protected |
isSiblingFor(const NodeHandle &node, const OverlayKey &key, int numSiblings, bool *err) | BaseApp | inlineprotected |
joinOverlay(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
limitAccess | XmlRpcInterface | protected |
listMethods(XmlRpcValue &result) | XmlRpc::XmlRpcServer | |
localLookup(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
lookup(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
MethodMap typedef | XmlRpc::XmlRpcServer | protected |
METHODNAME | XmlRpc::XmlRpcServer | protectedstatic |
METHODNAME_TAG | XmlRpc::XmlRpcServer | protectedstatic |
mtu | XmlRpcInterface | protected |
neighborCache | BaseRpc | protected |
NO_EST_CONNECTION enum value | BaseTcpSupport | |
notificationBoard | BaseApp | protected |
numInitStages() const | BaseApp | protected |
numOverlayReceived | BaseApp | protected |
numOverlaySent | BaseApp | protected |
numPingResponseSent | BaseRpc | protected |
numPingSent | BaseRpc | protected |
numUdpReceived | BaseApp | protected |
numUdpSent | BaseApp | protected |
overlay | BaseRpc | protected |
p2pns | XmlRpcInterface | protected |
p2pnsRegister(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
p2pnsResolve(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
packetBuffer | XmlRpcInterface | protected |
packetNotification | XmlRpcInterface | protected |
PARAM_ETAG | XmlRpc::XmlRpcServer | protectedstatic |
PARAM_TAG | XmlRpc::XmlRpcServer | protectedstatic |
PARAMS | XmlRpc::XmlRpcServer | protectedstatic |
PARAMS_ETAG | XmlRpc::XmlRpcServer | protectedstatic |
PARAMS_TAG | XmlRpc::XmlRpcServer | protectedstatic |
parseRequest(std::string const &request, XmlRpcValue ¶ms) | XmlRpc::XmlRpcServer | protected |
PEER_CLOSED enum value | BaseTcpSupport | |
PEER_REFUSED enum value | BaseTcpSupport | |
PEER_TIMEDOUT enum value | BaseTcpSupport | |
pingNode(const TransportAddress &dest, simtime_t timeout=-1, int retries=0, cPolymorphic *context=NULL, const char *caption="PING", RpcListener *rpcListener=NULL, int rpcId=-1, TransportType transportType=INVALID_TRANSPORT) | BaseRpc | protected |
pingResponse(PingResponse *pingResponse, cPolymorphic *context, int rpcId, simtime_t rtt) | BaseRpc | protectedvirtual |
pingTimeout(PingCall *pingCall, const TransportAddress &dest, cPolymorphic *context, int rpcId) | BaseRpc | protectedvirtual |
put(XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) | XmlRpcInterface | |
READ_HEADER enum value | XmlRpcInterface | protected |
READ_REQUEST enum value | XmlRpcInterface | protected |
readHeader(char *buf, uint32_t length) | XmlRpcInterface | protected |
readRequest(char *buf, uint32_t length) | XmlRpcInterface | protected |
receiveChangeNotification(int category, const cPolymorphic *details) | BaseApp | protectedvirtual |
removeConnection(XmlRpcServerConnection *) | XmlRpc::XmlRpcServer | virtual |
removeMethod(XmlRpcServerMethod *method) | XmlRpc::XmlRpcServer | |
removeMethod(const std::string &methodName) | XmlRpc::XmlRpcServer | |
resetConnectionState() | XmlRpcInterface | protected |
scheduler | XmlRpcInterface | protected |
sendInternalRpcCall(CompType destComp, BaseCallMessage *msg, cPolymorphic *context=NULL, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | inlineprotected |
sendInternalRpcWithTimeout(CompType destComp, BaseCallMessage *call) | XmlRpcInterface | protected |
sendMessageToLowerTier(cPacket *msg) | BaseApp | protected |
sendMessageToUDP(const TransportAddress &destAddr, cPacket *msg, simtime_t delay=SIMTIME_ZERO) | BaseApp | protectedvirtual |
sendReadyMessage(bool ready=true, const OverlayKey &nodeId=OverlayKey::UNSPECIFIED_KEY) | BaseApp | protected |
sendRouteRpcCall(CompType destComp, const TransportAddress &dest, const OverlayKey &destKey, BaseCallMessage *msg, cPolymorphic *context=NULL, RoutingType routingType=DEFAULT_ROUTING, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | inlineprotected |
sendRouteRpcCall(CompType destComp, const OverlayKey &destKey, BaseCallMessage *msg, cPolymorphic *context=NULL, RoutingType routingType=DEFAULT_ROUTING, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | inlineprotected |
sendRouteRpcCall(CompType destComp, const TransportAddress &dest, BaseCallMessage *msg, cPolymorphic *context=NULL, RoutingType routingType=DEFAULT_ROUTING, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | inlineprotected |
sendRpcResponse(TransportType transportType, CompType destComp, const TransportAddress &dest, const OverlayKey &destKey, BaseCallMessage *call, BaseResponseMessage *response) | BaseRpc | protected |
sendRpcResponse(BaseCallMessage *call, BaseResponseMessage *response) | BaseRpc | protected |
sendTcpData(cPacket *msg, TransportAddress address) | BaseTcpSupport | protected |
sendUdpRpcCall(const TransportAddress &dest, BaseCallMessage *msg, cPolymorphic *context=NULL, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | inlineprotected |
ServerConnectionState enum name | XmlRpcInterface | protected |
setfd(int fd) | XmlRpc::XmlRpcSource | inline |
setKeepOpen(bool b=true) | XmlRpc::XmlRpcSource | inline |
setTcpOut(cGate *gate) | BaseTcpSupport | inlineprotected |
shutdown() | XmlRpc::XmlRpcServer | |
socketDataArrived(int connId, void *yourPtr, cPacket *msg, bool urgent) | BaseTcpSupport | virtual |
socketEstablished(int connId, void *yourPtr) | BaseTcpSupport | virtual |
socketFailure(int connId, void *yourPtr, int code) | BaseTcpSupport | virtual |
socketPeerClosed(int connId, void *yourPtr) | BaseTcpSupport | virtual |
socketStatusArrived(int connId, void *yourPtr, TCPStatusInfo *status) | BaseTcpSupport | inlinevirtual |
state | XmlRpcInterface | protected |
SYSTEM_MULTICALL | XmlRpc::XmlRpcServer | protectedstatic |
thisCompType | BaseRpc | protected |
thisNode | BaseRpc | protected |
underlayConfigurator | BaseApp | protected |
update(const NodeHandle &node, bool joined) | BaseApp | protectedvirtual |
work(double msTime) | XmlRpc::XmlRpcServer | |
WRITE_RESPONSE enum value | XmlRpcInterface | protected |
writeResponse() | XmlRpcInterface | protected |
XmlRpcInterface() | XmlRpcInterface | |
XmlRpcServer() | XmlRpc::XmlRpcServer | |
XmlRpcSource(int fd=-1, bool deleteOnClose=false) | XmlRpc::XmlRpcSource | |
~BaseApp() | BaseApp | virtual |
~RpcListener() | RpcListener | virtual |
~XmlRpcInterface() | XmlRpcInterface | |
~XmlRpcServer() | XmlRpc::XmlRpcServer | virtual |
~XmlRpcSource() | XmlRpc::XmlRpcSource | virtual |